mirror of
https://github.com/Hopiu/django-modeltranslation.git
synced 2026-05-10 22:33:09 +00:00
Add PIL to tox dependencied.
This commit is contained in:
parent
a043680a68
commit
3868e461e8
1 changed files with 4 additions and 0 deletions
4
tox.ini
4
tox.ini
|
|
@ -14,18 +14,22 @@ commands =
|
|||
basepython = python2.6
|
||||
deps =
|
||||
Django==1.4.2
|
||||
PIL
|
||||
|
||||
[testenv:py27-1.4.X]
|
||||
basepython = python2.7
|
||||
deps =
|
||||
Django==1.4.2
|
||||
PIL
|
||||
|
||||
[testenv:py26-1.3.X]
|
||||
basepython = python2.6
|
||||
deps =
|
||||
Django==1.3.4
|
||||
PIL
|
||||
|
||||
[testenv:py27-1.3.X]
|
||||
basepython = python2.7
|
||||
deps =
|
||||
Django==1.3.4
|
||||
PIL
|
||||
|
|
|
|||
Loading…
Reference in a new issue