mirror of
https://github.com/Hopiu/django-imagekit.git
synced 2026-05-12 15:13:10 +00:00
Conflicts: imagekit/__init__.py imagekit/conf.py imagekit/generators.py imagekit/models/fields/files.py imagekit/utils.py tests/core/tests.py
43 lines
667 B
INI
43 lines
667 B
INI
[tox]
|
|
envlist =
|
|
py27-django14, py27-django13, py27-django12,
|
|
py26-django14, py26-django13, py26-django12
|
|
|
|
[testenv]
|
|
commands = make test
|
|
|
|
[testenv:py27-django14]
|
|
basepython = python2.7
|
|
deps =
|
|
Django>=1.4,<1.5
|
|
Pillow
|
|
|
|
[testenv:py27-django13]
|
|
basepython = python2.7
|
|
deps =
|
|
Django>=1.3,<1.4
|
|
Pillow
|
|
|
|
[testenv:py27-django12]
|
|
basepython = python2.7
|
|
deps =
|
|
Django>=1.2,<1.3
|
|
Pillow
|
|
|
|
[testenv:py26-django14]
|
|
basepython = python2.6
|
|
deps =
|
|
Django>=1.4,<1.5
|
|
Pillow
|
|
|
|
[testenv:py26-django13]
|
|
basepython = python2.6
|
|
deps =
|
|
Django>=1.3,<1.4
|
|
Pillow
|
|
|
|
[testenv:py26-django12]
|
|
basepython = python2.6
|
|
deps =
|
|
Django>=1.2,<1.3
|
|
Pillow
|