We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 340d4e0 commit 6d47e0cCopy full SHA for 6d47e0c
tox.ini
@@ -1,5 +1,5 @@
1
[tox]
2
-envlist = py38-django32,quality,docs
+envlist = py{311,312}-django{42},quality,docs
3
4
[doc8]
5
ignore = D001
@@ -24,7 +24,7 @@ norecursedirs = .* docs requirements
24
25
[testenv]
26
deps =
27
- django32: Django>=3.2,<3.3
+ django42: Django>=4.2,<5.0
28
-r{toxinidir}/requirements/test.txt
29
commands =
30
pytest --nomigrations {posargs}
@@ -35,7 +35,6 @@ passenv =
35
EDXAGG_MYSQL_PASSWORD
36
37
[testenv:docs]
38
-basepython = python3.8
39
setenv =
40
DJANGO_SETTINGS_MODULE = test_settings
41
PYTHONPATH = {toxinidir}
@@ -53,7 +52,6 @@ commands =
53
52
python setup.py check --restructuredtext --strict
54
55
[testenv:quality]
56
57
whitelist_externals =
58
make
59
0 commit comments