summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorBarry Warsaw2014-12-22 16:19:01 -0500
committerBarry Warsaw2014-12-22 16:19:01 -0500
commitfdd4748e2bb8da32a737aef3ba4d7705f654c729 (patch)
tree5f97f8c96d2cf112d3a3beb40261a196a381f068 /tox.ini
parent7d996dfa54e35053fb3518f29cd5368f88c085b8 (diff)
downloadmailman-fdd4748e2bb8da32a737aef3ba4d7705f654c729.tar.gz
mailman-fdd4748e2bb8da32a737aef3ba4d7705f654c729.tar.zst
mailman-fdd4748e2bb8da32a737aef3ba4d7705f654c729.zip
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini11
1 files changed, 3 insertions, 8 deletions
diff --git a/tox.ini b/tox.ini
index 498b89cb3..616779d83 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,13 +1,8 @@
[tox]
-envlist = py27,py34
+envlist = py34
recreate = True
[testenv]
-commands = python -3 -m nose2 -v
-#sitepackages = True
-usedevelop = True
-
-[testenv:py34]
commands = python -m nose2 -v
#sitepackages = True
usedevelop = True
@@ -15,7 +10,7 @@ usedevelop = True
# This environment requires you to set up PostgreSQL and create a .cfg file
# somewhere outside of the source tree.
[testenv:pg]
-basepython = python2.7
+basepython = python3.4
commands = python -m nose2 -v
usedevelop = True
deps = psycopg2
@@ -25,7 +20,7 @@ rcfile = {toxinidir}/coverage.ini
rc = --rcfile={[coverage]rcfile}
[testenv:coverage]
-basepython = python2.7
+basepython = python3.4
commands =
coverage run {[coverage]rc} -m nose2 -v
coverage combine {[coverage]rc}