Skip to content

Commit

Permalink
fix tox dependency django 1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
st4lk committed Dec 5, 2015
1 parent d8dc139 commit 24a2462
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ deps =
[testenv:py34-19]
basepython = python3.4
deps =
django<1.10
django<1.9.100
{[testenv]deps}

[testenv:py35-18]
Expand All @@ -47,7 +47,7 @@ deps =
[testenv:py35-19]
basepython = python3.5
deps =
django<1.10
django<1.9.100
{[testenv]deps}

[testenv:py27-17]
Expand All @@ -65,7 +65,7 @@ deps =
[testenv:py27-19]
basepython = python2.7
deps =
django<1.10
django<1.9.100
djangorestframework-jwt
coverage
{[testenv]deps}
Expand Down

0 comments on commit 24a2462

Please sign in to comment.