From a21f658abdab0c7b433d9532d4c4e71c4939fe4f Mon Sep 17 00:00:00 2001 From: Benjamin Dauvergne Date: Mon, 9 May 2016 09:38:57 +0200 Subject: [PATCH] tox.ini: add missing dependency on pillow --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index 5e3ecbe60..110a1944c 100644 --- a/tox.ini +++ b/tox.ini @@ -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}