tox: limit django-appconf when testing against python 2 (#41200)

This commit is contained in:
Frédéric Péters 2020-04-01 14:12:23 +02:00
parent 8c16da984d
commit d40dee9476
1 changed files with 1 additions and 0 deletions

View File

@ -25,6 +25,7 @@ deps =
mock
pyquery
tabulate
py2: django-appconf<1.0.4
http://git.entrouvert.org/hobo.git/snapshot/hobo-master.tar.gz
commands =
dj111: py.test {posargs: --junitxml=test_{envname}_results.xml --cov-report xml --cov-report html --cov=bijoe tests/}