mirror of
https://github.com/Hopiu/django-modeltranslation.git
synced 2026-04-27 16:34:42 +00:00
Use latest django releases also in tox.
This commit is contained in:
parent
c30c6405c0
commit
d8c22ab6b9
1 changed files with 4 additions and 4 deletions
8
tox.ini
8
tox.ini
|
|
@ -13,23 +13,23 @@ commands =
|
|||
[testenv:py26-1.4.X]
|
||||
basepython = python2.6
|
||||
deps =
|
||||
Django==1.4.3
|
||||
Django==1.4.5
|
||||
PIL
|
||||
|
||||
[testenv:py27-1.4.X]
|
||||
basepython = python2.7
|
||||
deps =
|
||||
Django==1.4.3
|
||||
Django==1.4.5
|
||||
PIL
|
||||
|
||||
[testenv:py26-1.3.X]
|
||||
basepython = python2.6
|
||||
deps =
|
||||
Django==1.3.5
|
||||
Django==1.3.7
|
||||
PIL
|
||||
|
||||
[testenv:py27-1.3.X]
|
||||
basepython = python2.7
|
||||
deps =
|
||||
Django==1.3.5
|
||||
Django==1.3.7
|
||||
PIL
|
||||
|
|
|
|||
Loading…
Reference in a new issue