Revert "Pin pytest"

This reverts commit c54aaeb56e.

Fix #325
This commit is contained in:
Markus Unterwaditzer 2016-01-25 18:35:16 +01:00
parent 4212797531
commit d4a55f55b8

View file

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