diff --git a/tox.ini b/tox.ini index 01ed7a58..7d992338 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,6 @@ [tox] toxworkdir = {env:TMPDIR:/tmp}/tox-{env:USER}/passerelle/{env:BRANCH_NAME:} -envlist = py3-django111-codestyle-coverage,py3-django22 +envlist = py3-django22-codestyle-coverage [testenv] usedevelop = True @@ -13,7 +13,6 @@ setenv = fast: FAST=--nomigrations coverage: COVERAGE=--junitxml=junit-{envname}.xml --cov-report xml --cov-report html --cov=passerelle/ --cov-config .coveragerc -Wignore deps = - django111: django>=1.11,<1.12 django22: django>=2.2,<2.3 psycopg2-binary<2.9 pytest-cov