falcon git is no longer needed now that 0.2.0b1 is on pypi.
[mailman.git] / tox.ini
blob489ad214d25ee4a9d9fbc3bbb9df5e3b9d630027
1 [tox]
2 envlist = py27
3 recreate = True
5 [testenv]
6 commands = python -m nose2 -v
7 #sitepackages = True
8 usedevelop = True
10 # This environment requires you to set up PostgreSQL and create a .cfg file
11 # somewhere outside of the source tree.
12 [testenv:pg]
13 basepython = python2.7
14 commands = python -m nose2 -v
15 usedevelop = True
16 deps = psycopg2