aboutsummaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini6
1 files changed, 6 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index bce993a..91931ef 100644
--- a/tox.ini
+++ b/tox.ini
@@ -11,29 +11,35 @@ commands = make check
basepython = python2.6
deps = django >= 1.3, < 1.4
python-openid
+ south
[testenv:py2.6-django1.4]
basepython = python2.6
deps = django >= 1.4, < 1.5
python-openid
+ south
[testenv:py2.6-django1.5]
basepython = python2.6
deps = django >= 1.5, < 1.6
python-openid
+ south
# Python 2.7
[testenv:py2.7-django1.3]
basepython = python2.7
deps = django >= 1.3, < 1.4
python-openid
+ south
[testenv:py2.7-django1.4]
basepython = python2.7
deps = django >= 1.4, < 1.5
python-openid
+ south
[testenv:py2.7-django1.5]
basepython = python2.7
deps = django >= 1.5, < 1.6
python-openid
+ south