mirror of
https://github.com/Hopiu/django-modeltranslation.git
synced 2026-05-01 02:04:43 +00:00
48 lines
674 B
INI
48 lines
674 B
INI
[tox]
|
|
distribute = False
|
|
envlist =
|
|
py26-1.5.X, py27-1.5.X,
|
|
py26-1.4.X, py27-1.4.X,
|
|
py26-1.3.X, py27-1.3.X,
|
|
|
|
[testenv]
|
|
downloadcache = {toxworkdir}/_download/
|
|
commands =
|
|
{envpython} runtests.py
|
|
|
|
|
|
[testenv:py26-1.5.X]
|
|
basepython = python2.6
|
|
deps =
|
|
Django==1.5
|
|
PIL
|
|
|
|
[testenv:py27-1.5.X]
|
|
basepython = python2.7
|
|
deps =
|
|
Django==1.5
|
|
PIL
|
|
|
|
[testenv:py26-1.4.X]
|
|
basepython = python2.6
|
|
deps =
|
|
Django==1.4.5
|
|
PIL
|
|
|
|
[testenv:py27-1.4.X]
|
|
basepython = python2.7
|
|
deps =
|
|
Django==1.4.5
|
|
PIL
|
|
|
|
[testenv:py26-1.3.X]
|
|
basepython = python2.6
|
|
deps =
|
|
Django==1.3.7
|
|
PIL
|
|
|
|
[testenv:py27-1.3.X]
|
|
basepython = python2.7
|
|
deps =
|
|
Django==1.3.7
|
|
PIL
|