From 703d22f4819ffd3b21add5117bc607160f266a8c Mon Sep 17 00:00:00 2001 From: Simon Conseil Date: Wed, 14 Oct 2015 22:47:11 +0200 Subject: [PATCH] Use python 3.5 with tox. --- tox.ini | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tox.ini b/tox.ini index 84f2edf..946bfe4 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py27,py33,py34,report,check +envlist = py27,py33,py34,py35,report,check [testenv] commands = py.test --cov sigal --cov-report term-missing @@ -9,7 +9,7 @@ deps = pytest-cov [testenv:report] -basepython = python3.4 +basepython = python3.5 commands = coverage combine coverage report @@ -17,7 +17,7 @@ usedevelop = true deps = coverage [testenv:check] -basepython = python3.4 +basepython = python3.5 deps = docutils check-manifest