diff --git a/tox.ini b/tox.ini index 4fb1928..a65fd48 100644 --- a/tox.ini +++ b/tox.ini @@ -5,7 +5,7 @@ [tox] toxworkdir = {env:TMPDIR:/tmp}/tox-{env:USER}/zoo/{env:BRANCH_NAME:} -envlist = py3-{dj111,dj22}-coverage +envlist = py3-dj22-coverage [testenv] # django.contrib.auth is not tested it does not work with our templates @@ -20,8 +20,7 @@ setenv = usedevelop = coverage: True nocoverage: False -deps = - dj111: django<2 +deps = dj22: django<2.3 djangorestframework>=3.9.2,<3.10 pip>8