mirror of
https://github.com/Hopiu/django-model-utils.git
synced 2026-05-02 16:14:41 +00:00
Add Python 3 to tox and drop Django 1.2 and 1.3
This commit is contained in:
parent
4f2673e6a4
commit
fa85becf36
1 changed files with 25 additions and 29 deletions
54
tox.ini
54
tox.ini
|
|
@ -1,5 +1,5 @@
|
|||
[tox]
|
||||
envlist=py26-1.2,py26-1.3,py26-1.4,py26,py26-trunk,py27-1.2,py27-1.3,py27-1.4,py27,py27-trunk,py27-nosouth
|
||||
envlist=py26-1.4,py26,py26-trunk,py27-1.4,py27,py27-trunk,py27-nosouth,py32-1.5-nosouth,py32-trunk-nosouth,py33-1.5-nosouth,py33-trunk-nosouth
|
||||
|
||||
[testenv]
|
||||
deps=
|
||||
|
|
@ -8,20 +8,6 @@ deps=
|
|||
coverage==3.6
|
||||
commands=coverage run -a --branch setup.py test
|
||||
|
||||
[testenv:py26-1.2]
|
||||
basepython=python2.6
|
||||
deps=
|
||||
django==1.2.7
|
||||
South==0.7.6
|
||||
coverage==3.6
|
||||
|
||||
[testenv:py26-1.3]
|
||||
basepython=python2.6
|
||||
deps=
|
||||
django==1.3.7
|
||||
South==0.7.6
|
||||
coverage==3.6
|
||||
|
||||
[testenv:py26-1.4]
|
||||
basepython=python2.6
|
||||
deps=
|
||||
|
|
@ -36,20 +22,6 @@ deps=
|
|||
South==0.7.6
|
||||
coverage==3.6
|
||||
|
||||
[testenv:py27-1.2]
|
||||
basepython=python2.7
|
||||
deps=
|
||||
django==1.2.7
|
||||
South==0.7.6
|
||||
coverage==3.6
|
||||
|
||||
[testenv:py27-1.3]
|
||||
basepython=python2.7
|
||||
deps=
|
||||
django==1.3.7
|
||||
South==0.7.6
|
||||
coverage==3.6
|
||||
|
||||
[testenv:py27-1.4]
|
||||
basepython=python2.7
|
||||
deps=
|
||||
|
|
@ -64,6 +36,30 @@ deps=
|
|||
South==0.7.6
|
||||
coverage==3.6
|
||||
|
||||
[testenv:py32-1.5-nosouth]
|
||||
basepython=python3.2
|
||||
deps=
|
||||
django==1.5.0
|
||||
coverage==3.6
|
||||
|
||||
[testenv:py32-trunk-nosouth]
|
||||
basepython=python3.2
|
||||
deps=
|
||||
https://github.com/django/django/tarball/master
|
||||
coverage==3.6
|
||||
|
||||
[testenv:py33-1.5-nosouth]
|
||||
basepython=python3.3
|
||||
deps=
|
||||
django==1.5.0
|
||||
coverage==3.6
|
||||
|
||||
[testenv:py33-trunk-nosouth]
|
||||
basepython=python3.3
|
||||
deps=
|
||||
https://github.com/django/django/tarball/master
|
||||
coverage==3.6
|
||||
|
||||
|
||||
[testenv:py27-nosouth]
|
||||
deps=
|
||||
|
|
|
|||
Loading…
Reference in a new issue