We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee7a248 commit fb2fa2cCopy full SHA for fb2fa2c
tox.ini
@@ -5,7 +5,7 @@ skip_missing_interpreters=True
5
[testenv]
6
commands=pytest
7
deps=
8
- django==3.2.*
+ django==4.2.*
9
pytest
10
pytest-cov
11
pytest-django
@@ -31,7 +31,7 @@ allowlist_externals=make
31
changedir=docs
32
commands=make html
33
34
35
sphinx
36
37
[testenv:flake8]
@@ -53,7 +53,7 @@ deps=mypy
53
[testenv:pylint]
54
commands=pylint {toxinidir}/diskcache
55
56
57
pylint
58
59
[testenv:rstcheck]
0 commit comments