Switch from PIL to pillow for tox and rtd

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

View file

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

View file

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