summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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}