diff --git a/tox.ini b/tox.ini --- a/tox.ini +++ b/tox.ini @@ -1,13 +1,11 @@ [tox] -envlist=flake8,mypy,py3-django{1,2} +envlist=flake8,mypy,py3 [testenv] extras = testing deps = pytest-cov - django1: django>=1.11,<2 - django2: django>=2,<3 commands = pytest \ slow: --hypothesis-profile=swh-web \