Install enum for Py33

This commit is contained in:
Markus Unterwaditzer 2016-02-18 20:34:52 +01:00
parent f81f248dde
commit ecadc430b8

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: