Browse Source

Added test-requirements.txt. Refs #1835

pull/1849/head
Armin Ronacher 8 years ago
parent
commit
fd1a355899
  1. 1
      Makefile
  2. 1
      test-requirements.txt

1
Makefile

@ -3,6 +3,7 @@
all: clean-pyc test all: clean-pyc test
test: test:
pip install -r test-requirements.txt -q
FLASK_DEBUG= py.test tests examples FLASK_DEBUG= py.test tests examples
tox-test: tox-test:

1
test-requirements.txt

@ -0,0 +1 @@
pytest
Loading…
Cancel
Save