mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-20 03:24:54 +00:00
Switch from PIL to pillow for tox and rtd
This commit is contained in:
parent
784ecb94ea
commit
bdf39c1e89
2 changed files with 3 additions and 5 deletions
|
@ -1,9 +1,7 @@
|
|||
--allow-all-external
|
||||
--allow-unverified PIL
|
||||
twisted
|
||||
pyopenssl
|
||||
sphinxcontrib-napoleon
|
||||
pyxdg
|
||||
service_identity
|
||||
PIL
|
||||
pillow
|
||||
mako
|
||||
|
|
4
tox.ini
4
tox.ini
|
@ -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]
|
||||
|
|
Loading…
Add table
Reference in a new issue