diff --git a/tox.ini b/tox.ini index 6677917..b65b115 100644 --- a/tox.ini +++ b/tox.ini @@ -6,13 +6,13 @@ [tox] toxworkdir = {env:TMPDIR:/tmp}/tox-{env:USER}/authentic2-cut/{env:BRANCH_NAME:} envlist = - py3-dj111-drf34 + py3-dj111-drf39 py3-dj22-drf39 [tox:jenkins] envlist = pylint - py3-dj111-drf34 + py3-dj111-drf39 py3-dj22-drf39 @@ -36,7 +36,6 @@ deps = local: ../authentic2 # dependency constraints for authentic py3: file-magic - drf34: djangorestframework>=3.4,<3.4.1 drf39: djangorestframework>=3.9.2,<3.10 dj111: django<2.0 dj22: django<2.3