Unpin tox versions.

This commit is contained in:
James Socol
2014-01-07 13:38:37 -05:00
parent 5e985a5c16
commit 04bdeb7b66

16
tox.ini
View File

@@ -14,48 +14,48 @@ deps =
[testenv:py26-1.4]
basepython = python2.6
deps =
Django==1.4.10
Django>=1.4,<1.5
{[testenv]deps}
[testenv:py26-1.5]
basepython = python2.6
deps =
Django==1.5.5
Django>=1.5,<1.6
{[testenv]deps}
[testenv:py26-1.6]
basepython = python2.6
deps =
Django==1.6
Django>=1.6,<1.7
{[testenv]deps}
[testenv:py27-1.4]
basepython = python2.7
deps =
Django==1.4.10
Django>=1.4,<1.5
{[testenv]deps}
[testenv:py27-1.5]
basepython = python2.7
deps =
Django==1.5.5
Django>=1.5,<1.6
{[testenv]deps}
[testenv:py27-1.6]
basepython = python2.7
deps =
Django==1.6
Django>=1.6,<1.7
{[testenv]deps}
[testenv:py33-1.5]
basepython = python3.3
deps =
Django==1.5.5
Django>=1.5,<1.6
{[testenv]deps}
[testenv:py33-1.6]
basepython = python3.3
deps =
Django==1.6
Django>=1.6,<1.7
{[testenv]deps}