Added test-requirements.txt. Refs #1835
This commit is contained in:
parent
e4c712ffd2
commit
fd1a355899
2 changed files with 2 additions and 0 deletions
1
Makefile
1
Makefile
|
|
@ -3,6 +3,7 @@
|
|||
all: clean-pyc test
|
||||
|
||||
test:
|
||||
pip install -r test-requirements.txt -q
|
||||
FLASK_DEBUG= py.test tests examples
|
||||
|
||||
tox-test:
|
||||
|
|
|
|||
1
test-requirements.txt
Normal file
1
test-requirements.txt
Normal file
|
|
@ -0,0 +1 @@
|
|||
pytest
|
||||
Loading…
Add table
Add a link
Reference in a new issue