Merge pull request #336 from untitaker/fix-py33-hypothesis

Install enum for Py33
This commit is contained in:
Markus Unterwaditzer 2016-02-18 22:12:18 +01:00
commit 2c3af41fa6

View file

@ -28,6 +28,7 @@ install-servers:
install-test: install-servers
pip install pytest pytest-xprocess pytest-localserver hypothesis pytest-subtesthack
(python --version | grep -vq 'Python 3.3') || pip install enum34
[ $(TRAVIS) != "true" ] || pip install coverage codecov
test: