summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index d0c6e294b..32a16efa9 100644
--- a/tox.ini
+++ b/tox.ini
@@ -22,7 +22,7 @@ rcfile = {toxinidir}/coverage.ini
rc = --rcfile={[coverage]rcfile}
[testenv:coverage]
-basepython = python3.4
+basepython = python3.5
commands =
coverage run {[coverage]rc} -m nose2 -v
coverage combine {[coverage]rc}