mirror of
https://github.com/Hopiu/django-model-utils.git
synced 2026-04-26 22:04:41 +00:00
Use 4 spaces indentation in tox.ini (like Python)
This commit is contained in:
parent
55bcb0397b
commit
3e185c4a50
1 changed files with 25 additions and 25 deletions
50
tox.ini
50
tox.ini
|
|
@ -3,65 +3,65 @@ envlist = py26-1.4,py26,py26-trunk,py27-1.4,py27,py27-trunk,py27-nosouth,py32-1.
|
|||
|
||||
[testenv]
|
||||
deps =
|
||||
django == 1.5.1
|
||||
South == 0.7.6
|
||||
coverage == 3.6
|
||||
django == 1.5.1
|
||||
South == 0.7.6
|
||||
coverage == 3.6
|
||||
commands = coverage run -a --branch setup.py test
|
||||
|
||||
[testenv:py26-1.4]
|
||||
basepython = python2.6
|
||||
deps =
|
||||
django == 1.4.5
|
||||
South == 0.7.6
|
||||
coverage == 3.6
|
||||
django == 1.4.5
|
||||
South == 0.7.6
|
||||
coverage == 3.6
|
||||
|
||||
[testenv:py26-trunk]
|
||||
basepython = python2.6
|
||||
deps =
|
||||
https://github.com/django/django/tarball/master
|
||||
South == 0.7.6
|
||||
coverage == 3.6
|
||||
https://github.com/django/django/tarball/master
|
||||
South == 0.7.6
|
||||
coverage == 3.6
|
||||
|
||||
[testenv:py27-1.4]
|
||||
basepython = python2.7
|
||||
deps =
|
||||
django == 1.4.5
|
||||
South == 0.7.6
|
||||
coverage == 3.6
|
||||
django == 1.4.5
|
||||
South == 0.7.6
|
||||
coverage == 3.6
|
||||
|
||||
[testenv:py27-trunk]
|
||||
basepython = python2.7
|
||||
deps =
|
||||
https://github.com/django/django/tarball/master
|
||||
South == 0.7.6
|
||||
coverage == 3.6
|
||||
https://github.com/django/django/tarball/master
|
||||
South == 0.7.6
|
||||
coverage == 3.6
|
||||
|
||||
[testenv:py32-1.5-nosouth]
|
||||
basepython = python3.2
|
||||
deps =
|
||||
django == 1.5.1
|
||||
coverage == 3.6
|
||||
django == 1.5.1
|
||||
coverage == 3.6
|
||||
|
||||
[testenv:py32-trunk-nosouth]
|
||||
basepython = python3.2
|
||||
deps =
|
||||
https://github.com/django/django/tarball/master
|
||||
coverage == 3.6
|
||||
https://github.com/django/django/tarball/master
|
||||
coverage == 3.6
|
||||
|
||||
[testenv:py33-1.5-nosouth]
|
||||
basepython = python3.3
|
||||
deps =
|
||||
django == 1.5.1
|
||||
coverage == 3.6
|
||||
django == 1.5.1
|
||||
coverage == 3.6
|
||||
|
||||
[testenv:py33-trunk-nosouth]
|
||||
basepython = python3.3
|
||||
deps =
|
||||
https://github.com/django/django/tarball/master
|
||||
coverage == 3.6
|
||||
https://github.com/django/django/tarball/master
|
||||
coverage == 3.6
|
||||
|
||||
|
||||
[testenv:py27-nosouth]
|
||||
deps =
|
||||
django == 1.4.5
|
||||
coverage == 3.6
|
||||
django == 1.4.5
|
||||
coverage == 3.6
|
||||
|
|
|
|||
Loading…
Reference in a new issue