@@ -9,26 +9,24 @@ commands = ./runtests.py --fast {posargs}
99setenv =
1010 PYTHONDONTWRITEBYTECODE =1
1111deps =
12- django1.6: Django ==1.6.11
13- django1.7: Django ==1.7.8
14- django1.8: Django ==1.8.1
15- drf2.4: djangorestframework ==2.4.5
16- drf3.0: djangorestframework ==3.0.5
17- drf3.1: djangorestframework ==3.1.2
18- py27-django1.6-drf{2.4,3.0,3.1}: oauth2 ==1.5.211
19- py27-django1.6-drf{2.4,3.0,3.1}: django-oauth-plus ==2.2.6
20- py27-django1.6-drf{2.4,3.0,3.1}: django-oauth2-provider ==0.2.6.1
21- pytest-django ==2.8.0
22- py27-django{1.6,1.7,1.8}-drf3.1.1: djangorestframework-oauth ==1.0.1
23- freezegun ==0.3.3
12+ django1.6: Django ==1.6.3 # Should track minimum supported
13+ django1.7: Django ==1.7.8 # Should track maximum supported
14+ django1.8: Django ==1.8.2 # Should track maximum supported
15+ drf2.4: djangorestframework ==2.4.5 # Should track minimum supported
16+ drf3.0: djangorestframework ==3.0.5 # Should track maximum supported
17+ drf3.1: djangorestframework ==3.1.3 # Should track maximum supported
18+ py27-django1.6-drf{2.4,3.0,3.1}: -rrequirements/optionals.txt
19+ py27-django{1.6,1.7,1.8}-drf3.1: djangorestframework-oauth ==1.0.1
20+ -rrequirements/testing.txt
2421
2522[testenv:py27-flake8]
2623commands = ./runtests.py --lintonly
2724deps =
28- pytest ==2.5.2
29- flake8 ==2.2.2
25+ -rrequirements/codestyle.txt
26+ -rrequirements/testing.txt
3027
3128[testenv:py27-docs]
3229commands = mkdocs build
3330deps =
34- mkdocs>=0.11.1
31+ -rrequirements/testing.txt
32+ -rrequirements/documentation.txt
0 commit comments