@@ -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
The note is not visible to the blocked user.