diff options
Diffstat (limited to 'scripts/migration/0.9.0/tox.ini')
-rw-r--r-- | scripts/migration/0.9.0/tox.ini | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/scripts/migration/0.9.0/tox.ini b/scripts/migration/0.9.0/tox.ini new file mode 100644 index 00000000..2bb6be4c --- /dev/null +++ b/scripts/migration/0.9.0/tox.ini @@ -0,0 +1,13 @@ +[tox] +envlist = py27 + +[testenv] +commands = py.test {posargs} +changedir = tests +deps = + pytest + couchdb + pdbpp + -e../../../common +setenv = + TERM=xterm |