Added tox-test command
This commit is contained in:
parent
e07dcb5562
commit
b8aa9fed9a
1 changed files with 4 additions and 1 deletions
5
Makefile
5
Makefile
|
|
@ -1,10 +1,13 @@
|
||||||
.PHONY: clean-pyc ext-test test test-with-mem upload-docs docs audit
|
.PHONY: clean-pyc ext-test test tox-test test-with-mem upload-docs docs audit
|
||||||
|
|
||||||
all: clean-pyc test
|
all: clean-pyc test
|
||||||
|
|
||||||
test:
|
test:
|
||||||
python run-tests.py
|
python run-tests.py
|
||||||
|
|
||||||
|
tox-test:
|
||||||
|
tox
|
||||||
|
|
||||||
test-with-mem:
|
test-with-mem:
|
||||||
RUN_FLASK_MEMORY_TESTS=1 python run-tests.py
|
RUN_FLASK_MEMORY_TESTS=1 python run-tests.py
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue