From 39da00d5f8e82f3c9ee8c129dd2d495612875b20 Mon Sep 17 00:00:00 2001 From: Simon Conseil Date: Mon, 5 Mar 2018 01:07:55 +0100 Subject: [PATCH] Update tox --- tox.ini | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) 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