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

Commit 6d79041

Browse files
committed
Update tox environments to Django 1.10 and DRF 3.4.
1 parent 29e839d commit 6d79041

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

tox.ini

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[tox]
22
envlist =
33
py27-{flake8,docs},
4-
{py27,py33,py34}-django{1.8,1.9}-drf{3.0,3.1,3.2,3.3}
4+
{py27,py33,py34}-django{1.8,1.9,1.10}-drf{3.0,3.1,3.2,3.3,3.4}
55

66
[testenv]
77
commands = ./runtests.py --fast {posargs}
@@ -10,12 +10,14 @@ setenv =
1010
deps =
1111
django1.8: Django==1.8.7
1212
django1.9: Django==1.9.0
13+
django1.10: Django==1.10
1314
drf2.4: djangorestframework==2.4.5
1415
drf3.0: djangorestframework==3.0.5
1516
drf3.1: djangorestframework==3.1.3
1617
drf3.2: djangorestframework==3.2.2
1718
drf3.3: djangorestframework==3.3.2
18-
py27-django{1.8,1.9}-drf{3.1,3.2,3.3}: djangorestframework-oauth==1.0.1
19+
drf3.4: djangorestframework==3.4.6
20+
py27-django{1.8,1.9,1.10}-drf{3.1,3.2,3.3,3.4}: djangorestframework-oauth==1.0.1
1921
-rrequirements/testing.txt
2022

2123
[testenv:py27-flake8]

0 commit comments

Comments
 (0)