mirror of
https://github.com/Hopiu/django-modeltranslation.git
synced 2026-05-10 22:33:09 +00:00
Use 1.5 in tox.
This commit is contained in:
parent
c8d1f361cc
commit
0abc531f45
1 changed files with 13 additions and 0 deletions
13
tox.ini
13
tox.ini
|
|
@ -1,6 +1,7 @@
|
|||
[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,
|
||||
|
||||
|
|
@ -10,6 +11,18 @@ 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 =
|
||||
|
|
|
|||
Loading…
Reference in a new issue