summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBarry Warsaw2014-11-29 18:41:03 -0500
committerBarry Warsaw2014-11-29 18:41:03 -0500
commit065060e56ac2445b6749b60480e9c42573854c5e (patch)
tree2e7a7ed117597e00c7652e6d5d4eff5c1d21b775
parentb0b022e310b15080ea8c580d612a250e052b7990 (diff)
downloadmailman-065060e56ac2445b6749b60480e9c42573854c5e.tar.gz
mailman-065060e56ac2445b6749b60480e9c42573854c5e.tar.zst
mailman-065060e56ac2445b6749b60480e9c42573854c5e.zip
-rw-r--r--tox.ini7
1 files changed, 6 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 07a3dafc8..498b89cb3 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,5 +1,5 @@
[tox]
-envlist = py27
+envlist = py27,py34
recreate = True
[testenv]
@@ -7,6 +7,11 @@ commands = python -3 -m nose2 -v
#sitepackages = True
usedevelop = True
+[testenv:py34]
+commands = python -m nose2 -v
+#sitepackages = True
+usedevelop = True
+
# This environment requires you to set up PostgreSQL and create a .cfg file
# somewhere outside of the source tree.
[testenv:pg]