Added test-requirements.txt. Refs #1835

This commit is contained in:
Armin Ronacher 2016-06-02 09:44:41 +02:00
parent e4c712ffd2
commit fd1a355899
2 changed files with 2 additions and 0 deletions

View file

@ -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
View file

@ -0,0 +1 @@
pytest