diff --git a/tox.ini b/tox.ini index 07fad6b..e57d77e 100644 --- a/tox.ini +++ b/tox.ini @@ -14,6 +14,11 @@ basepython = python2.7 deps = https://github.com/django/django/zipball/master {[testenv]deps} +[testenv:py2.7-django1.6] +basepython = python2.7 +deps = django>=1.6,<1.7 + {[testenv]deps} + [testenv:py2.7-django1.5] basepython = python2.7 deps = django>=1.5,<1.6 @@ -34,6 +39,11 @@ basepython = python2.6 deps = https://github.com/django/django/zipball/master {[testenv]deps} +[testenv:py2.6-django1.6] +basepython = python2.6 +deps = django>=1.6,<1.7 + {[testenv]deps} + [testenv:py2.6-django1.5] basepython = python2.6 deps = django>=1.5,<1.6