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

Commit 25afd35

Browse files
authored
Update tox.ini
1 parent 82f671b commit 25afd35

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

tox.ini

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@ commands = ./runtests.py --fast {posargs}
88
setenv =
99
PYTHONDONTWRITEBYTECODE=1
1010
deps =
11-
django1.8: Django==1.8.7 # Should track maximum supported
12-
django1.9: Django==1.9.0 # Should track maximum supported
13-
drf2.4: djangorestframework==2.4.5 # Should track minimum supported
14-
drf3.0: djangorestframework==3.0.5 # Should track maximum supported
15-
drf3.1: djangorestframework==3.1.3 # Should track maximum supported
16-
drf3.2: djangorestframework==3.2.2 # Should track maximum supported
17-
drf3.3: djangorestframework==3.3.2 # Should track maximum supported
11+
django1.8: Django==1.8.7
12+
django1.9: Django==1.9.0
13+
drf2.4: djangorestframework==2.4.5
14+
drf3.0: djangorestframework==3.0.5
15+
drf3.1: djangorestframework==3.1.3
16+
drf3.2: djangorestframework==3.2.2
17+
drf3.3: djangorestframework==3.3.2
1818
py27-django{1.8,1.9}-drf{3.1,3.2,3.3}: djangorestframework-oauth==1.0.1
1919
-rrequirements/testing.txt
2020

0 commit comments

Comments
 (0)