1
1
[tox]
2
2
envlist =
3
- {py27,py33,py34,py35}-django18-restframework{33,34},
4
- {py27,py34,py35}-django{19,110}-restframework34,
5
- {py27,py34,py35}-django-latest-restframework34
3
+ {py27,py33,py34,py35}-django18-restframework{34,35},
4
+ {py27,py34,py35}-django{19,110}-restframework{34,35},
5
+ {py27,py34,py35}-djangolatest-restframeworklatest,
6
+ warnings
6
7
7
8
8
9
[testenv]
@@ -13,16 +14,25 @@ deps =
13
14
django18: django>=1.8.0,<1.9.0
14
15
django19: django>=1.9.0,<1.10.0
15
16
django110: django>=1.10.0,<1.11.0
16
- django-latest: https://github.com/django/django/archive/master.tar.gz
17
- restframework33: djangorestframework>=3.3,<3.4
17
+ djangolatest: https://github.com/django/django/archive/master.tar.gz
18
18
restframework34: djangorestframework>=3.4,<3.5
19
+ restframework35: djangorestframework>=3.5,<3.6
20
+ restframeworklatest: https://github.com/tomchristie/django-rest-framework/archive/master.tar.gz
19
21
-rrequirements/test-ci.txt
20
22
21
- [testenv:py27-django-latest-restframework34 ]
23
+ [testenv:py27-djangolatest-restframeworklatest ]
22
24
ignore_outcome = True
23
25
24
- [testenv:py34-django-latest-restframework34 ]
26
+ [testenv:py34-djangolatest-restframeworklatest ]
25
27
ignore_outcome = True
26
28
27
- [testenv:py35-django-latest-restframework34 ]
29
+ [testenv:py35-djangolatest-restframeworklatest ]
28
30
ignore_outcome = True
31
+
32
+ [testenv:warnings]
33
+ ignore_outcome = True
34
+ commands = python -Werror ./runtests.py {posargs}
35
+ deps =
36
+ https://github.com/django/django/archive/master.tar.gz
37
+ https://github.com/tomchristie/django-rest-framework/archive/master.tar.gz
38
+ -rrequirements/test-ci.txt
0 commit comments