aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRicardo Kirkner <ricardo.kirkner@canonical.com>2013-07-22 15:26:29 +0000
committerRicardo Kirkner <ricardo.kirkner@canonical.com>2013-07-22 15:26:29 +0000
commit73369c9bf9dc545bf41f97e983bcc8ee6d9e3ef9 (patch)
tree445d8cb2463c7fc548d89eca43b6437328e2e293
parent665f8bee998500464c5d156e6093aff05fb388dc (diff)
added missing south dependency 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