From 63a9f461fa50e23fb70615a8b2d049746bf55d7f Mon Sep 17 00:00:00 2001 From: Carl Meyer Date: Sun, 27 Jan 2013 14:01:12 -0800 Subject: [PATCH] Add a tox test run without South to verify compatibility. --- tox.ini | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index f2e831e..fa08079 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist=py26-1.2,py26-1.3,py26,py26-trunk,py27-1.2,py27-1.3,py27,py27-trunk +envlist=py26-1.2,py26-1.3,py26,py26-trunk,py27-1.2,py27-1.3,py27,py27-trunk,py27-nosouth [testenv] deps= @@ -49,3 +49,9 @@ deps= https://github.com/django/django/tarball/master South==0.7.3 coverage==3.6 + + +[testenv:py27-nosouth] +deps= + django==1.4.3 + coverage==3.6