@@ -4,36 +4,47 @@ addopts=--tb=short
4
4
[tox]
5
5
envlist =
6
6
py27-lint,
7
- {py27,py35,py36}-django111-drf{34,35,36,37,39},
8
- {py35}-django{20,21,22}-drf{37,38,39,310},
9
- {py36,py37}-django{20,21,22}-drf{38,39,310},
7
+ py37-lint,
8
+ {py27,py35,py36,py37}-django111-drf{37,38,39},
9
+ {py35}-django{20,21,22}-drf{37,38,39,310,311},
10
+ {py36,py37}-django{20,21,22}-drf{38,39,310,311},
10
11
11
12
[testenv]
12
13
commands = ./runtests.py --fast {posargs} --coverage -rw
13
14
setenv =
14
15
PYTHONDONTWRITEBYTECODE =1
15
16
deps =
16
- django111: Django ==1.11.7
17
+ django111: Django ==1.11.29
17
18
django20: Django ==2.0.13
18
- django21: Django ==2.1.10
19
- django22: Django ==2.2.3
20
- drf34: djangorestframework ==3.4.7
21
- drf35: djangorestframework ==3.5.4
22
- drf36: djangorestframework ==3.6.2
19
+ django21: Django ==2.1.15
20
+ django22: Django ==2.2.12
23
21
drf37: djangorestframework ==3.7.7
24
22
drf38: djangorestframework ==3.8.2
25
23
drf39: djangorestframework ==3.9.4
26
- drf310: djangorestframework ==3.10.2
24
+ drf310: djangorestframework ==3.10.3
25
+ drf311: djangorestframework ==3.11.0
27
26
-rrequirements.test.txt
28
27
29
28
[testenv:py27-lint]
30
29
commands = ./runtests.py --lintonly
31
30
deps =
32
31
-rrequirements.txt
33
32
34
- [testenv:py27-drf37-benchmarks]
33
+ [testenv:py37-lint]
34
+ commands = ./runtests.py --lintonly
35
+ deps =
36
+ -rrequirements.txt
37
+
38
+ [testenv:py27-drf39-benchmarks]
39
+ commands = ./runtests.py --benchmarks
40
+ deps =
41
+ Django ==1.11.29
42
+ djangorestframework ==3.9.4
43
+ -rrequirements.benchmark.txt
44
+
45
+ [testenv:py37-drf311-benchmarks]
35
46
commands = ./runtests.py --benchmarks
36
47
deps =
37
- Django ==1.11.2
38
- djangorestframework ==3.7.7
48
+ Django ==2.2.12
49
+ djangorestframework ==3.11.0
39
50
-rrequirements.benchmark.txt
0 commit comments