diff --git a/tox.ini b/tox.ini index a615a51..c889264 100644 --- a/tox.ini +++ b/tox.ini @@ -4,8 +4,7 @@ envlist = fmt, lint, mypy, django-checks, postgres, - py310-django{32,40,41,42,main} - py311-django{32,40,41,42,main} + py{310,311}-django{32,40,41,42,main} [testenv] deps = @@ -23,9 +22,6 @@ deps = commands = pytest --cov=anonymiser --verbose --ds={env:DJANGO_SETTINGS_MODULE} tests/ -commands = - pytest --verbose -s --ds=tests.settings_postgres tests/ - [testenv:django-checks] description = Django system checks and missing migrations deps = Django