Skip to content

Commit

Permalink
Switch from PIL to pillow for tox and rtd
Browse files Browse the repository at this point in the history
  • Loading branch information
cas-- committed Sep 25, 2014
1 parent 784ecb9 commit bdf39c1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
4 changes: 1 addition & 3 deletions docs/rtd_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
--allow-all-external
--allow-unverified PIL
twisted
pyopenssl
sphinxcontrib-napoleon
pyxdg
service_identity
PIL
pillow
mako
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -102,15 +102,15 @@ 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
deps =
{[testenv]deps}
sphinx
sphinxcontrib-napoleon
PIL
pillow
commands = sphinx-build -E -W -b html -d build/doctrees source build/html

[testenv:docs]
Expand Down

0 comments on commit bdf39c1

Please sign in to comment.