Add a tox test run without South to verify compatibility.

This commit is contained in:
Carl Meyer 2013-01-27 14:01:12 -08:00
parent 16550325bb
commit 63a9f461fa

View file

@ -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