Skip to content

Commit 365759b

Browse files
committed
Revert "add oauth 1.2 requirement for django > 2 without messing up env names"
This reverts commit 391e56d.
1 parent 391e56d commit 365759b

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

tox.ini

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,17 @@
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}
4+
py{35,36,37}-django{21,22}-drf{39,310,master}-oauth12
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
1110
django22: Django>=2.2,<2.3
12-
django-oauth-toolkit>=1.2.0
1311
drf39: djangorestframework>=3.9.0,<3.10
1412
drf310: djangorestframework>=3.10.2,<3.11
1513
drfmaster: https://github.com/encode/django-rest-framework/archive/master.zip
14+
oauth12: django-oauth-toolkit>=1.2.0
1615
coreapi>=2.3.1
1716

1817
setenv =

0 commit comments

Comments
 (0)