mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-09 18:08:39 +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
|
twisted
|
||||||
pyopenssl
|
pyopenssl
|
||||||
sphinxcontrib-napoleon
|
sphinxcontrib-napoleon
|
||||||
pyxdg
|
pyxdg
|
||||||
service_identity
|
service_identity
|
||||||
PIL
|
pillow
|
||||||
mako
|
mako
|
||||||
|
|
4
tox.ini
4
tox.ini
|
@ -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]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue