Pin pytest

See #325
This commit is contained in:
Markus Unterwaditzer 2016-01-24 13:22:14 +01:00
parent 0d88a6b3ab
commit c54aaeb56e

View file

@ -31,7 +31,12 @@ install-servers:
done
install-test: install-servers
pip install pytest pytest-xprocess pytest-localserver hypothesis pytest-subtesthack
pip install \
pytest==2.8.5 \
pytest-xprocess \
pytest-localserver \
hypothesis \
pytest-subtesthack
[ $(TRAVIS) != "true" ] || pip install coverage codecov
test: