We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba86fa3 commit ad8d3bcCopy full SHA for ad8d3bc
1 file changed
tox.ini
@@ -35,11 +35,11 @@ addopts = --cov src --cov tests --cov-report term-missing --cov-report xml
35
norecursedirs = .* docs requirements site-packages
36
37
[testenv]
38
+usedevelop = True
39
deps =
40
setuptools
41
django42: Django>=4.2,<5.0
42
django52: Django>=5.2,<6.0
- -e {toxinidir}
43
-r{toxinidir}/requirements/test.txt
44
setenv =
45
# Note that the django32/django42 targets use MySQL, but running pytest by
0 commit comments