aboutsummaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini7
1 files changed, 7 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index 0b81d1c..c69a566 100644
--- a/tox.ini
+++ b/tox.ini
@@ -6,6 +6,7 @@ envlist =
py27-django15,
py32-django15,
py33-django15,
+ py26-django16,
py27-django16,
py32-django16,
py33-django16,
@@ -52,6 +53,12 @@ deps =
Django>=1.5,<1.6
{[testenv]deps}
+[testenv:py26-django16]
+basepython = python2.6
+deps =
+ https://www.djangoproject.com/download/1.6c1/tarball/
+ {[testenv]deps}
+
[testenv:py27-django16]
basepython = python2.7
deps =