mirror of
https://github.com/Hopiu/django-modeltranslation.git
synced 2026-05-20 02:11:54 +00:00
Add 1.8 test to tox.
This commit is contained in:
parent
018716eb5f
commit
5d74f42c60
1 changed files with 21 additions and 0 deletions
21
tox.ini
21
tox.ini
|
|
@ -5,6 +5,9 @@ exclude = .tox,docs/modeltranslation/conf.py
|
|||
[tox]
|
||||
distribute = False
|
||||
envlist =
|
||||
py33-1.8.X,
|
||||
py32-1.8.X,
|
||||
py27-1.8.X,
|
||||
py33-1.7.X,
|
||||
py32-1.7.X,
|
||||
py27-1.7.X,
|
||||
|
|
@ -26,6 +29,24 @@ commands =
|
|||
{envpython} runtests.py
|
||||
|
||||
|
||||
[testenv:py33-1.8.X]
|
||||
basepython = python3.3
|
||||
deps =
|
||||
Django>=1.8,<1.9
|
||||
Pillow
|
||||
|
||||
[testenv:py32-1.8.X]
|
||||
basepython = python3.2
|
||||
deps =
|
||||
Django>=1.8,<1.9
|
||||
Pillow
|
||||
|
||||
[testenv:py27-1.8.X]
|
||||
basepython = python2.7
|
||||
deps =
|
||||
Django>=1.8,<1.9
|
||||
Pillow
|
||||
|
||||
[testenv:py33-1.7.X]
|
||||
basepython = python3.3
|
||||
deps =
|
||||
|
|
|
|||
Loading…
Reference in a new issue