forked from orbit-oss/flask
Disabled memory tests by default
This commit is contained in:
parent
335e0af731
commit
574a97cd70
2 changed files with 7 additions and 3 deletions
5
Makefile
5
Makefile
|
|
@ -1,10 +1,13 @@
|
|||
.PHONY: clean-pyc ext-test test upload-docs docs audit
|
||||
.PHONY: clean-pyc ext-test test test-with-mem upload-docs docs audit
|
||||
|
||||
all: clean-pyc test
|
||||
|
||||
test:
|
||||
python run-tests.py
|
||||
|
||||
test-with-mem:
|
||||
RUN_FLASK_MEMORY_TESTS=1 python run-tests.py
|
||||
|
||||
audit:
|
||||
python setup.py audit
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue