Skip to content

Commit 391e56d

Browse files
committed
add oauth 1.2 requirement for django > 2 without messing up env names
1 parent 5b8341d commit 391e56d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

tox.ini

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,18 @@
11
[tox]
22
envlist =
33
py{35,36}-django111-drf{39,310,master}
4-
py{35,36,37}-django{21,22}-drf{39,310,master}-oauth12
4+
py{35,36,37}-django{21,22}-drf{39,310,master}
55

66
[testenv]
77
deps =
88
django111: Django>=1.11,<1.12
99
django21: Django>=2.1,<2.2
10+
django-oauth-toolkit>=1.2.0
1011
django22: Django>=2.2,<2.3
12+
django-oauth-toolkit>=1.2.0
1113
drf39: djangorestframework>=3.9.0,<3.10
1214
drf310: djangorestframework>=3.10.2,<3.11
1315
drfmaster: https://github.com/encode/django-rest-framework/archive/master.zip
14-
oauth12: django-oauth-toolkit>=1.2.0
1516
coreapi>=2.3.1
1617

1718
setenv =

0 commit comments

Comments
 (0)