|
1 | 1 | [tox]
|
2 | 2 | envlist =
|
3 | 3 | py27-{flake8,docs},
|
4 |
| - {py27,py33,py34}-django{1.8,1.9,1.10}-drf{3.0,3.1,3.2,3.3,3.4} |
| 4 | + {py27,py33,py34}-django{1.8,1.9,1.10}-drf{3.1,3.2,3.3,3.4} |
5 | 5 |
|
6 | 6 | [testenv]
|
7 | 7 | commands = ./runtests.py --fast {posargs} --verbose
|
8 | 8 | setenv =
|
9 | 9 | PYTHONDONTWRITEBYTECODE=1
|
10 | 10 | deps =
|
11 |
| - django1.8: Django==1.8.7 |
12 |
| - django1.9: Django==1.9.0 |
13 |
| - django1.10: Django==1.10 |
14 |
| - drf2.4: djangorestframework==2.4.5 |
15 |
| - drf3.0: djangorestframework==3.0.5 |
16 |
| - drf3.1: djangorestframework==3.1.3 |
17 |
| - drf3.2: djangorestframework==3.2.2 |
18 |
| - drf3.3: djangorestframework==3.3.2 |
19 |
| - drf3.4: djangorestframework==3.4.6 |
20 |
| - py27-django{1.8,1.9}-drf{3.1,3.2,3.3}: djangorestframework-oauth==1.0.1 |
| 11 | + django1.8: Django<1.9 |
| 12 | + django1.9: Django<1.10 |
| 13 | + django1.10: Django<1.11 |
| 14 | + drf3.1: djangorestframework<3.2 |
| 15 | + drf3.2: djangorestframework<3.3 |
| 16 | + drf3.3: djangorestframework<3.4 |
| 17 | + drf3.4: djangorestframework<3.5 |
| 18 | + py27-django{1.8,1.9}-drf{3.1,3.2,3.3,3.4}: djangorestframework-oauth==1.0.1 |
21 | 19 | -rrequirements/testing.txt
|
22 | 20 |
|
23 | 21 | [testenv:py27-flake8]
|
|
0 commit comments