diff options
| author | Barry Warsaw | 2014-11-09 07:52:58 -0500 |
|---|---|---|
| committer | Barry Warsaw | 2014-11-09 07:52:58 -0500 |
| commit | 75f8476bee354a9d1a4fc2492f39a06b51d07481 (patch) | |
| tree | 254672b17a6a040a5cd6e88255c2365d235b4dcd /tox.ini | |
| parent | 4c8435727449e6cfe64e489a75fa5ec1e63f7f21 (diff) | |
| download | mailman-75f8476bee354a9d1a4fc2492f39a06b51d07481.tar.gz mailman-75f8476bee354a9d1a4fc2492f39a06b51d07481.tar.zst mailman-75f8476bee354a9d1a4fc2492f39a06b51d07481.zip | |
Diffstat (limited to 'tox.ini')
| -rw-r--r-- | tox.ini | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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 |
