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 1654ae1 commit 713fe93Copy full SHA for 713fe93
tox.ini
@@ -1,8 +1,10 @@
1
[tox]
2
envlist =
3
- py{38,39,310,311,312}-django42-drf{314,315,master},
4
- py{310,311,312}-django{50,51}-drf{314,315,master},
5
- py313-django51-drf{master},
+ py{38,39,310,311,312}-django42-drf{314,315},
+ py{310,311,312}-django{50,51}-drf{314,315},
+ py{38,39,310,311,312}-django42-drfmaster,
6
+ py{310,311,312}-django{50,51}-drfmaster,
7
+ py313-django51-drfmaster,
8
black,
9
docs,
10
lint
@@ -25,6 +27,18 @@ setenv =
25
27
commands =
26
28
pytest --cov --no-cov-on-fail --cov-report xml {posargs}
29
30
+[testenv:py{38,39,310,311,312}-django42-drfmaster]
31
+ignore_errors = true
32
+ignore_outcome = true
33
+
34
+[testenv:py{310,311,312}-django{50,51}-drfmaster]
35
36
37
38
+[testenv:py313-django51-drfmaster]
39
40
41
42
[testenv:black]
43
basepython = python3.10
44
deps =
0 commit comments