diff --git a/tox.ini b/tox.ini index da224ca..0e5c0d3 100644 --- a/tox.ini +++ b/tox.ini @@ -1,20 +1,14 @@ [tox] minversion = 3.8.0 -envlist = py310, flake8, mypy +envlist = django, flake8, mypy isolated_build = true [gh-actions] python = - 3.10: py310, mypy, flake8 - -; [testenv] -; setenv = -; PYTHONPATH = {toxinidir} -; deps = -; -r{toxinidir}/requirements_dev.txt + 3.10: django, mypy, flake8 -[testenv] +[testenv:django] basepython = python3.10 deps = django commands = python manage.py test