summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
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