Skip to content

Commit b8aa9fe

Browse files
committed
Added tox-test command
1 parent e07dcb5 commit b8aa9fe

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Makefile

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
1-
.PHONY: clean-pyc ext-test test test-with-mem upload-docs docs audit
1+
.PHONY: clean-pyc ext-test test tox-test test-with-mem upload-docs docs audit
22

33
all: clean-pyc test
44

55
test:
66
python run-tests.py
77

8+
tox-test:
9+
tox
10+
811
test-with-mem:
912
RUN_FLASK_MEMORY_TESTS=1 python run-tests.py
1013

0 commit comments

Comments
 (0)