Skip to content
This repository was archived by the owner on May 26, 2020. It is now read-only.

Commit 39723bc

Browse files
committed
Update of django, drf, python version handling in tox.ini
so now is tied to the newest release of a specific version
1 parent 4e99990 commit 39723bc

File tree

1 file changed

+9
-11
lines changed

1 file changed

+9
-11
lines changed

tox.ini

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,21 @@
11
[tox]
22
envlist =
33
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}
55

66
[testenv]
77
commands = ./runtests.py --fast {posargs} --verbose
88
setenv =
99
PYTHONDONTWRITEBYTECODE=1
1010
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
2119
-rrequirements/testing.txt
2220

2321
[testenv:py27-flake8]

0 commit comments

Comments
 (0)