File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 11[tox]
22envlist =
33 py27-{flake8,docs},
4- {py26}-django{1.6 }-drf{2.4.3,2.4.4,3.0 },
5- {py27}-django{1.6,1.7 }-drf{2.4.3,2.4.4,3.0 }
4+ {py26}-django{16 }-drf{24,30,31 },
5+ {py27}-django{16,17 }-drf{24,30,31 }
66
77[testenv]
88commands = ./runtests.py --fast
99setenv =
1010 PYTHONDONTWRITEBYTECODE =1
1111deps =
12- django1.6 : Django ==1.6.8
13- django1.7 : Django ==1.7.1
14- drf2.4.3 : djangorestframework ==2.4.3
15- drf2.4.4 : djangorestframework ==2.4.4
16- drf3.0: https://github.com/tomchristie/django-rest-framework/archive/3.0-beta.zip
12+ django16 : Django ==1.6.3
13+ django17 : Django ==1.7.2
14+ drf24 : djangorestframework ==2.4.3
15+ drf30 : djangorestframework ==3.0.0
16+ drf31: djangorestframework ==3.1.0
1717 pytest-django ==2.6.1
1818
1919[testenv:py27-flake8]
You can’t perform that action at this time.
0 commit comments