diff --git a/tox.ini b/tox.ini index 161d4d7..11e9c07 100644 --- a/tox.ini +++ b/tox.ini @@ -1,18 +1,15 @@ [tox] -envlist = py{27,33,34,35}-pillow{30,31},report,check +envlist = py{35,36},report,check skip_missing_interpreters = True [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 [testenv:report] -basepython = python3.5 +basepython = python3.6 commands = coverage combine coverage report @@ -20,7 +17,7 @@ usedevelop = true deps = coverage [testenv:check] -basepython = python3.5 +basepython = python3.6 deps = docutils check-manifest