Skip to content

Commit

Permalink
updated django version on tox.ini
Browse files Browse the repository at this point in the history
  • Loading branch information
Girbons committed Oct 27, 2016
1 parent 147bc56 commit cce3ff8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tox.ini
Expand Up @@ -15,8 +15,8 @@ envlist =
[testenv]
commands=python runtests.py -q --cov=oauth2_provider --cov-report= --cov-append
deps =
django18: Django==1.8.11
django19: Django==1.9.4
django18: Django==1.8.15
django19: Django==1.9.10
coverage==4.1
pytest-cov==2.3.0
-rrequirements/testing.txt
Expand All @@ -25,7 +25,7 @@ deps =
# coverage-4.1 doesn't support python-3.2.
commands=python runtests.py -q
deps =
django18: Django==1.8.11
django18: Django==1.8.15
-rrequirements/testing.txt

[testenv:docs]
Expand Down

0 comments on commit cce3ff8

Please sign in to comment.