Try adding the django bits back again.

This commit is contained in:
Emil Stenström 2023-04-04 21:00:35 +02:00
parent 3db493f123
commit be243c2844

10
tox.ini
View file

@ -13,11 +13,11 @@ envlist =
[gh-actions]
python =
3.6: py36
3.7: py37
3.8: py38
3.9: py39
3.10: py310, flake8, isort
3.6: py36-django{32}
3.7: py37-django{32}
3.8: py38-django{32,40}
3.9: py39-django{32,40}
3.10: py310-django{40}, flake8, isort
fail_on_no_env = True
[testenv]