diff options
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 |
