diff --git a/tox.ini b/tox.ini index 5d3725c..53e89a7 100644 --- a/tox.ini +++ b/tox.ini @@ -4,7 +4,7 @@ # and then run "tox" from this directory. [tox] toxworkdir = {env:TMPDIR:/tmp}/tox-{env:USER}/hobo/{env:BRANCH_NAME:} -envlist = py3-django111-{hobo,multipublik,multitenant,schemas,authentic,passerelle},py3-django22-coverage-{hobo,multipublik,multitenant,schemas,authentic,passerelle},py3-black +envlist = py3-django22-coverage-{hobo,multipublik,multitenant,schemas,authentic,passerelle},py3-black [testenv] usedevelop = True @@ -31,9 +31,7 @@ setenv = coverage: COVERAGE=--cov-report xml:coverage-{envname}.xml --cov-report html:htmlcov-{envname} --cov=hobo/ --cov-config .coveragerc fast: NOMIGRATIONS=--nomigrations deps: - django111: django>=1.11,<1.12 - django22: django>=2.2,<2.3 - django111: djangorestframework<3.12.0 + django22: django>=2.2,<2.3 pytest!=6.0.0 pytest-cov pytest-django