mirror of
https://github.com/Hopiu/django-model-utils.git
synced 2026-03-16 20:00:23 +00:00
Add a tox test run without South to verify compatibility.
This commit is contained in:
parent
16550325bb
commit
63a9f461fa
1 changed files with 7 additions and 1 deletions
8
tox.ini
8
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
|
||||
|
|
|
|||
Loading…
Reference in a new issue