Commit 57df9c4e by Luke Plant

Updated dependencies in tox.ini to latest supported versions of Django

parent 8145c45e
...@@ -16,23 +16,23 @@ deps = ...@@ -16,23 +16,23 @@ deps =
[testenv:py27-django14] [testenv:py27-django14]
basepython = python2.7 basepython = python2.7
deps = deps =
Django==1.4.10 Django==1.4.15
{[testenv]deps} {[testenv]deps}
[testenv:py27-django15] [testenv:py27-django15]
basepython = python2.7 basepython = python2.7
deps = deps =
Django==1.5.5 Django==1.5.10
{[testenv]deps} {[testenv]deps}
[testenv:py27-django16] [testenv:py27-django16]
basepython = python2.7 basepython = python2.7
deps = deps =
Django==1.6.1 Django==1.6.7
{[testenv]deps} {[testenv]deps}
[testenv:py33-django16] [testenv:py33-django16]
basepython = python3.3 basepython = python3.3
deps = deps =
Django==1.6.1 Django==1.6.7
{[testenv]deps} {[testenv]deps}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment