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

Commit dc4e8aa

Browse files
committed
Update tox to skip oauth for 1.10.
djangorestframework-oauth does not support Django 1.10.
1 parent fab983a commit dc4e8aa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ envlist =
44
{py27,py33,py34}-django{1.8,1.9,1.10}-drf{3.0,3.1,3.2,3.3,3.4}
55

66
[testenv]
7-
commands = ./runtests.py --fast {posargs}
7+
commands = ./runtests.py --fast {posargs} --verbose
88
setenv =
99
PYTHONDONTWRITEBYTECODE=1
1010
deps =
@@ -17,7 +17,7 @@ deps =
1717
drf3.2: djangorestframework==3.2.2
1818
drf3.3: djangorestframework==3.3.2
1919
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
20+
py27-django{1.8,1.9}-drf{3.1,3.2,3.3}: djangorestframework-oauth==1.0.1
2121
-rrequirements/testing.txt
2222

2323
[testenv:py27-flake8]

0 commit comments

Comments
 (0)