summaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorCalum Lind <calumlind+deluge@gmail.com>2014-09-26 00:57:52 +0200
committerCalum Lind <calumlind+deluge@gmail.com>2014-09-26 00:57:52 +0200
commitbdf39c1e8945c369e7862a77810e9f3c25ca9e7f (patch)
treef591f33ce5e7f3090615a38ec691b09b6e9831e6 /tox.ini
parentFixes for flake8 and rtd (diff)
downloaddeluge-bdf39c1e8945c369e7862a77810e9f3c25ca9e7f.tar.xz
deluge-bdf39c1e8945c369e7862a77810e9f3c25ca9e7f.zip
Switch from PIL to pillow for tox and rtd
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]