diff options
author | drebs <drebs@riseup.net> | 2017-09-07 18:12:51 -0300 |
---|---|---|
committer | drebs <drebs@riseup.net> | 2017-09-07 18:12:51 -0300 |
commit | ea9bed110bdc3c8044cce77f52869aac4f89a8d6 (patch) | |
tree | f5d17a5f936624ef4c0592d87ae6507177751b73 /scripts/migration/0.8-to-0.9/tox.ini | |
parent | 1b994c717e2e970ad665c49642459c1e34459b28 (diff) |
[pkg] improve naming of directory of migration script
Diffstat (limited to 'scripts/migration/0.8-to-0.9/tox.ini')
-rw-r--r-- | scripts/migration/0.8-to-0.9/tox.ini | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/scripts/migration/0.8-to-0.9/tox.ini b/scripts/migration/0.8-to-0.9/tox.ini new file mode 100644 index 00000000..2bb6be4c --- /dev/null +++ b/scripts/migration/0.8-to-0.9/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 |