1
1
[tox]
2
2
skipsdist =True
3
3
envlist =
4
- drf{31,32,33,34,35,36,37,38, 39,310,311,312,313,314},
5
- drfbuild{31,32,33,34,35,36,37,38, 39,310,311,312,313,314},
4
+ drf{39,310,311,312,313,314,315,316 },
5
+ drfbuild{39,310,311,312,313,314,315,316 },
6
6
7
7
[testenv]
8
8
deps =
9
9
-r{toxinidir}/requirements-tox.txt
10
10
11
- deps31 =
12
- django ==1.11.29
13
- djangorestframework>=3.1,<3.2
14
-
15
- deps32 =
16
- django ==1.11.29
17
- djangorestframework>=3.2,<3.3
18
-
19
- deps33 =
20
- django ==1.11.29
21
- djangorestframework>=3.3,<3.4
22
-
23
- deps34 =
24
- django ==1.11.29
25
- djangorestframework>=3.4,<3.5
26
-
27
- deps35 =
28
- django ==1.11.29
29
- djangorestframework>=3.5,<3.6
30
-
31
- deps36 =
32
- django ==1.11.29
33
- djangorestframework>=3.6,<3.7
34
-
35
- deps37 =
36
- django ==2.2
37
- djangorestframework>=3.7,<3.8
38
-
39
- deps38 =
40
- django ==2.2
41
- djangorestframework>=3.8,<3.9
42
-
43
11
deps39 =
44
12
django ==2.2
45
13
djangorestframework>=3.9,<3.10
@@ -64,6 +32,14 @@ deps314 =
64
32
django ==4.1.0
65
33
djangorestframework>=3.14,<3.15
66
34
35
+ deps315 =
36
+ django ==5.2.5
37
+ djangorestframework>=3.15,<3.16
38
+
39
+ deps316 =
40
+ django ==5.2.5
41
+ djangorestframework>=3.16,<3.17
42
+
67
43
setenv =
68
44
PYTHONPATH = {toxinidir}
69
45
@@ -78,62 +54,6 @@ commands =
78
54
commands =
79
55
fab version
80
56
81
- [testenv:drf31]
82
- deps =
83
- {[testenv]deps}
84
- {[testenv]deps31}
85
- commands =
86
- {[index]commands}
87
-
88
- [testenv:drf32]
89
- deps =
90
- {[testenv]deps}
91
- {[testenv]deps32}
92
- commands =
93
- {[index]commands}
94
-
95
- [testenv:drf33]
96
- deps =
97
- {[testenv]deps}
98
- {[testenv]deps33}
99
- commands =
100
- {[index]commands}
101
-
102
- [testenv:drf34]
103
- deps =
104
- {[testenv]deps}
105
- {[testenv]deps34}
106
- commands =
107
- {[index]commands}
108
-
109
- [testenv:drf35]
110
- deps =
111
- {[testenv]deps}
112
- {[testenv]deps35}
113
- commands =
114
- {[index]commands}
115
-
116
- [testenv:drf36]
117
- deps =
118
- {[testenv]deps}
119
- {[testenv]deps36}
120
- commands =
121
- {[index]commands}
122
-
123
- [testenv:drf37]
124
- deps =
125
- {[testenv]deps}
126
- {[testenv]deps37}
127
- commands =
128
- {[index]commands}
129
-
130
- [testenv:drf38]
131
- deps =
132
- {[testenv]deps}
133
- {[testenv]deps38}
134
- commands =
135
- {[index]commands}
136
-
137
57
[testenv:drf39]
138
58
deps =
139
59
{[testenv]deps}
@@ -176,72 +96,21 @@ deps =
176
96
commands =
177
97
{[index]commands}
178
98
179
-
180
- # SITE GENERATION
181
-
182
- [testenv:drfbuild31]
183
- deps =
184
- {[testenv:drf31]deps}
185
- envdir =
186
- {toxworkdir}/drf31
187
- commands =
188
- {[build]commands}
189
-
190
- [testenv:drfbuild32]
191
- deps =
192
- {[testenv:drf32]deps}
193
- envdir =
194
- {toxworkdir}/drf32
195
- commands =
196
- {[build]commands}
197
-
198
- [testenv:drfbuild33]
99
+ [testenv:drf315]
199
100
deps =
200
- {[testenv:drf33]deps}
201
- envdir =
202
- {toxworkdir}/drf33
203
- commands =
204
- {[build]commands}
205
-
206
- [testenv:drfbuild34]
207
- deps =
208
- {[testenv:drf34]deps}
209
- envdir =
210
- {toxworkdir}/drf34
211
- commands =
212
- {[build]commands}
213
-
214
- [testenv:drfbuild35]
215
- deps =
216
- {[testenv:drf35]deps}
217
- envdir =
218
- {toxworkdir}/drf35
219
- commands =
220
- {[build]commands}
221
-
222
- [testenv:drfbuild36]
223
- deps =
224
- {[testenv:drf36]deps}
225
- envdir =
226
- {toxworkdir}/drf36
101
+ {[testenv]deps}
102
+ {[testenv]deps315}
227
103
commands =
228
- {[build ]commands}
104
+ {[index ]commands}
229
105
230
- [testenv:drfbuild37 ]
106
+ [testenv:drf316 ]
231
107
deps =
232
- {[testenv:drf37]deps}
233
- envdir =
234
- {toxworkdir}/drf37
108
+ {[testenv]deps}
109
+ {[testenv]deps316}
235
110
commands =
236
- {[build ]commands}
111
+ {[index ]commands}
237
112
238
- [testenv:drfbuild38]
239
- deps =
240
- {[testenv:drf38]deps}
241
- envdir =
242
- {toxworkdir}/drf38
243
- commands =
244
- {[build]commands}
113
+ # SITE GENERATION
245
114
246
115
[testenv:drfbuild39]
247
116
deps =
@@ -290,3 +159,19 @@ envdir =
290
159
{toxworkdir}/drf314
291
160
commands =
292
161
{[build]commands}
162
+
163
+ [testenv:drfbuild315]
164
+ deps =
165
+ {[testenv:drf315]deps}
166
+ envdir =
167
+ {toxworkdir}/drf315
168
+ commands =
169
+ {[build]commands}
170
+
171
+ [testenv:drfbuild316]
172
+ deps =
173
+ {[testenv:drf316]deps}
174
+ envdir =
175
+ {toxworkdir}/drf316
176
+ commands =
177
+ {[build]commands}
0 commit comments