Switch from PIL to pillow for tox and rtd

This commit is contained in:
Calum Lind 2014-09-25 23:57:52 +01:00
commit bdf39c1e89
2 changed files with 3 additions and 5 deletions

View file

@ -1,9 +1,7 @@
--allow-all-external
--allow-unverified PIL
twisted twisted
pyopenssl pyopenssl
sphinxcontrib-napoleon sphinxcontrib-napoleon
pyxdg pyxdg
service_identity service_identity
PIL pillow
mako mako

View file

@ -102,7 +102,7 @@ commands = flake8 --exit-zero --max-complexity 15 deluge
[docsbase] [docsbase]
sitepackages = False sitepackages = False
changedir = docs changedir = docs
install_command = pip install {opts} --allow-external PIL --allow-unverified PIL {packages} install_command = pip install {opts} {packages}
whitelist_externals = whitelist_externals =
{[testenv]whitelist_externals} {[testenv]whitelist_externals}
sphinx-build sphinx-build
@ -110,7 +110,7 @@ deps =
{[testenv]deps} {[testenv]deps}
sphinx sphinx
sphinxcontrib-napoleon sphinxcontrib-napoleon
PIL pillow
commands = sphinx-build -E -W -b html -d build/doctrees source build/html commands = sphinx-build -E -W -b html -d build/doctrees source build/html
[testenv:docs] [testenv:docs]