Skip to content

Commit a23b11e

Browse files
committed
added support for django 1.10 in tox.ini
1 parent ebe09b7 commit a23b11e

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

tox.ini

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ testpaths=oauth2_provider
44

55
[tox]
66
envlist =
7-
py27-django{18,19},
7+
py27-django{18,19,110},
88
py32-django18,
99
py33-django18,
10-
py34-django{18,19},
11-
py35-django{18,19},
10+
py34-django{18,19,110},
11+
py35-django{18,19,110},
1212
docs,
1313
flake8
1414

@@ -17,6 +17,7 @@ commands=python runtests.py -q --cov=oauth2_provider --cov-report= --cov-append
1717
deps =
1818
django18: Django==1.8.15
1919
django19: Django==1.9.10
20+
django110: Django==1.10.2
2021
coverage==4.1
2122
pytest-cov==2.3.0
2223
-rrequirements/testing.txt
@@ -31,6 +32,7 @@ deps =
3132
[testenv:docs]
3233
basepython=python
3334
changedir=docs
35+
whitelist_externals=make
3436
deps =
3537
sphinx
3638
south

0 commit comments

Comments
 (0)