mirror of
https://github.com/Hopiu/django-modeltranslation.git
synced 2026-04-09 00:00:58 +00:00
35 lines
494 B
INI
35 lines
494 B
INI
[tox]
|
|
distribute = False
|
|
envlist =
|
|
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.4.X]
|
|
basepython = python2.6
|
|
deps =
|
|
Django==1.4.3
|
|
PIL
|
|
|
|
[testenv:py27-1.4.X]
|
|
basepython = python2.7
|
|
deps =
|
|
Django==1.4.3
|
|
PIL
|
|
|
|
[testenv:py26-1.3.X]
|
|
basepython = python2.6
|
|
deps =
|
|
Django==1.3.5
|
|
PIL
|
|
|
|
[testenv:py27-1.3.X]
|
|
basepython = python2.7
|
|
deps =
|
|
Django==1.3.5
|
|
PIL
|