From eaddfe587e43153787f1f40aa750deb64c44d83e Mon Sep 17 00:00:00 2001 From: Simon Conseil Date: Fri, 8 Jan 2016 00:11:40 +0100 Subject: [PATCH] Test Pillow versions with tox --- tox.ini | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 946bfe4..bfe256a 100644 --- a/tox.ini +++ b/tox.ini @@ -1,9 +1,11 @@ [tox] -envlist = py27,py33,py34,py35,report,check +envlist = py{27,33,34,35}-pillow{30,31},report,check [testenv] commands = py.test --cov sigal --cov-report term-missing deps = + pillow30: Pillow==3.0.0 + pillow31: Pillow>3.0.0 pytest pytest-capturelog pytest-cov