Add 1.8 test to tox.

This commit is contained in:
Jacek Tomaszewski 2015-04-13 00:04:41 +02:00
parent 018716eb5f
commit 5d74f42c60

21
tox.ini
View file

@ -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 =