Test Pillow versions with tox

This commit is contained in:
Simon Conseil
2016-01-08 00:11:40 +01:00
parent c044d276b3
commit eaddfe587e

View File

@@ -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