From 424417c08cac80d6c57c52c4b750c9c948f7609f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Sat, 22 Feb 2020 10:11:01 +0100 Subject: [PATCH] tox: limit enum34 to 1.1.6, for python 2 compatibility --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index 5db8361..aa2b6bf 100644 --- a/tox.ini +++ b/tox.ini @@ -40,6 +40,7 @@ deps = pylint-django<0.8.1 django-webtest<1.9.3 xmlschema<1.1 + py2: enum34<=1.1.6 commands = py.test {posargs: {env:COVERAGE:} {env:JUNIT:} tests/} coverage: ./pylint.sh atreal_openads/