Skip to content

Commit

Permalink
Update tox.ini
Browse files Browse the repository at this point in the history
  • Loading branch information
bennylope committed Mar 19, 2014
1 parent f9da977 commit c5af961
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tox.ini
Expand Up @@ -27,19 +27,19 @@ deps =
-r{toxinidir}/requirements-test.txt

[testenv:py27-django14]
basepython = python2.6
basepython = python2.7
deps =
Django>=1.4,<1.5
-r{toxinidir}/requirements-test.txt

[testenv:py27-django15]
basepython = python2.6
basepython = python2.7
deps =
Django>=1.5,<1.6
-r{toxinidir}/requirements-test.txt

[testenv:py27-django16]
basepython = python2.6
basepython = python2.7
deps =
Django>=1.6,<1.7
-r{toxinidir}/requirements-test.txt
Expand Down

0 comments on commit c5af961

Please sign in to comment.