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:45:29 +01:00
parent c3f822c823
commit 64a512a670
1 changed files with 1 additions and 0 deletions

View File

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