summaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini4
1 files changed, 2 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini
index 144cfdcef..262d04751 100644
--- a/tox.ini
+++ b/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]