summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorBarry Warsaw2016-01-24 21:50:45 -0500
committerBarry Warsaw2016-01-24 21:50:45 -0500
commit471851bab74874f02de08d71a3c1256c3ec6390d (patch)
tree98ab8a3c9bb88dadcdde7a41def0848ce25b3700 /tox.ini
parent36f79f586e7ee82d574588c8114d2ac71a152edb (diff)
downloadmailman-471851bab74874f02de08d71a3c1256c3ec6390d.tar.gz
mailman-471851bab74874f02de08d71a3c1256c3ec6390d.tar.zst
mailman-471851bab74874f02de08d71a3c1256c3ec6390d.zip
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini6
1 files changed, 3 insertions, 3 deletions
diff --git a/tox.ini b/tox.ini
index 6993c5354..e2f6f0bb1 100644
--- a/tox.ini
+++ b/tox.ini
@@ -13,7 +13,7 @@ passenv=
# This environment requires you to set up PostgreSQL and create a .cfg file
# somewhere outside of the source tree.
[testenv:pg]
-basepython = python3.4
+basepython = python3
commands = python -m nose2 -v
usedevelop = True
deps = psycopg2
@@ -23,7 +23,7 @@ rcfile = {toxinidir}/coverage.ini
rc = --rcfile={[coverage]rcfile}
[testenv:coverage]
-basepython = python3.5
+basepython = python3
commands =
python -m coverage run {[coverage]rc} -m nose2 -v
python -m coverage combine {[coverage]rc}
@@ -38,7 +38,7 @@ setenv =
COVERAGE_FILE={toxinidir}/.coverage
[testenv:diffcov]
-basepython = python3.5
+basepython = python3
commands =
python -m coverage run {[coverage]rc} -m nose2 -v
python -m coverage combine {[coverage]rc}