summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorBarry Warsaw2014-11-09 07:52:58 -0500
committerBarry Warsaw2014-11-09 07:52:58 -0500
commit75f8476bee354a9d1a4fc2492f39a06b51d07481 (patch)
tree254672b17a6a040a5cd6e88255c2365d235b4dcd /tox.ini
parent4c8435727449e6cfe64e489a75fa5ec1e63f7f21 (diff)
downloadmailman-75f8476bee354a9d1a4fc2492f39a06b51d07481.tar.gz
mailman-75f8476bee354a9d1a4fc2492f39a06b51d07481.tar.zst
mailman-75f8476bee354a9d1a4fc2492f39a06b51d07481.zip
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini8
1 files changed, 8 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index 3a9eb91d4..489ad214d 100644
--- a/tox.ini
+++ b/tox.ini
@@ -6,3 +6,11 @@ recreate = True
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]
+basepython = python2.7
+commands = python -m nose2 -v
+usedevelop = True
+deps = psycopg2