Use tox from make test

This commit is contained in:
Markus Unterwaditzer 2016-11-02 17:56:59 +01:00
parent ec9717502f
commit a4ed3d2806
4 changed files with 9 additions and 8 deletions

View file

@ -3,11 +3,8 @@
all: clean-pyc test
test:
pip install -r test-requirements.txt -q
FLASK_DEBUG= py.test tests examples
tox-test:
tox
pip install -r test-requirements.txt
tox -e py-release
audit:
python setup.py audit