Use tox from make test
This commit is contained in:
parent
ec9717502f
commit
a4ed3d2806
4 changed files with 9 additions and 8 deletions
7
Makefile
7
Makefile
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue