tox.ini: add missing dependency on pillow

This commit is contained in:
Benjamin Dauvergne 2016-05-09 09:38:57 +02:00
parent f930d8d720
commit a21f658abd
1 changed files with 1 additions and 0 deletions

View File

@ -23,6 +23,7 @@ deps =
http://quixote.ca/releases/Quixote-2.7b2.tar.gz
qrcode
python-dateutil
pillow
feedparser
commands =
pickle: py.test --without-postgresql-tests {env:COVERAGE:} {posargs:tests}