tox: limit enum34 to 1.1.6, for python 2 compatibility

This commit is contained in:
Frédéric Péters 2020-02-22 18:44:24 +01:00
parent 826e1e008a
commit cbecdc4819
1 changed files with 1 additions and 0 deletions

View File

@ -18,5 +18,6 @@ deps =
pytest-cov
pytest-django
xmlschema<1.1
py2: enum34<=1.1.6
commands =
py.test {posargs: {env:JUNIT:} {env:COVERAGE:} tests/}