From ecadc430b8ce4df0a434e7d154a78c498b2e54a1 Mon Sep 17 00:00:00 2001 From: Markus Unterwaditzer Date: Thu, 18 Feb 2016 20:34:52 +0100 Subject: [PATCH] Install enum for Py33 --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index ce0c412..82c8f04 100644 --- a/Makefile +++ b/Makefile @@ -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: