@@ -3,11 +3,8 @@ addopts=--tb=short
3
3
4
4
[tox]
5
5
envlist =
6
- py27-lint,
7
6
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},
7
+ {py35,py36,py37}-django{111,20,21,22}-drf{38,39,310,311},
11
8
12
9
[testenv]
13
10
commands = ./runtests.py --fast {posargs} --coverage -rw
@@ -18,30 +15,17 @@ deps =
18
15
django20: Django ==2.0.13
19
16
django21: Django ==2.1.15
20
17
django22: Django ==2.2.12
21
- drf37: djangorestframework ==3.7.7
22
18
drf38: djangorestframework ==3.8.2
23
19
drf39: djangorestframework ==3.9.4
24
20
drf310: djangorestframework ==3.10.3
25
21
drf311: djangorestframework ==3.11.0
26
- -rrequirements.test.txt
27
-
28
- [testenv:py27-lint]
29
- commands = ./runtests.py --lintonly
30
- deps =
31
22
-rrequirements.txt
32
23
33
24
[testenv:py37-lint]
34
25
commands = ./runtests.py --lintonly
35
26
deps =
36
27
-rrequirements.txt
37
28
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
29
[testenv:py37-drf311-benchmarks]
46
30
commands = ./runtests.py --benchmarks
47
31
deps =
0 commit comments