mirror of
https://github.com/Hopiu/django-imagekit.git
synced 2026-03-16 21:30:23 +00:00
Run tests with Django 1.5
This commit is contained in:
parent
144c388689
commit
bc8fdd7ada
1 changed files with 12 additions and 2 deletions
14
tox.ini
14
tox.ini
|
|
@ -1,11 +1,16 @@
|
|||
[tox]
|
||||
envlist =
|
||||
py27-django14, py27-django13, py27-django12,
|
||||
py26-django14, py26-django13, py26-django12
|
||||
py27-django15, py27-django14, py27-django13, py27-django12,
|
||||
py26-django15, py26-django14, py26-django13, py26-django12
|
||||
|
||||
[testenv]
|
||||
commands = python setup.py test
|
||||
|
||||
[testenv:py27-django15]
|
||||
basepython = python2.7
|
||||
deps =
|
||||
Django>=1.5,<1.6
|
||||
|
||||
[testenv:py27-django14]
|
||||
basepython = python2.7
|
||||
deps =
|
||||
|
|
@ -21,6 +26,11 @@ basepython = python2.7
|
|||
deps =
|
||||
Django>=1.2,<1.3
|
||||
|
||||
[testenv:py26-django15]
|
||||
basepython = python2.6
|
||||
deps =
|
||||
Django>=1.5,<1.6
|
||||
|
||||
[testenv:py26-django14]
|
||||
basepython = python2.6
|
||||
deps =
|
||||
|
|
|
|||
Loading…
Reference in a new issue