summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorBarry Warsaw2015-12-26 23:16:01 -0500
committerBarry Warsaw2015-12-26 23:16:01 -0500
commit39fd2905cc34221ca2907f14f3f018190a3f62c5 (patch)
tree01c0208e40ebcea025b933619714e08ea0b58912 /tox.ini
parent0e11f68b74beef848255272a8010cad3ea96af91 (diff)
downloadmailman-39fd2905cc34221ca2907f14f3f018190a3f62c5.tar.gz
mailman-39fd2905cc34221ca2907f14f3f018190a3f62c5.tar.zst
mailman-39fd2905cc34221ca2907f14f3f018190a3f62c5.zip
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}