Add PIL to tox dependencied.

This commit is contained in:
Jacek Tomaszewski 2012-11-11 15:56:59 +01:00
parent a043680a68
commit 3868e461e8

View file

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