diff options
author | drebs <drebs@leap.se> | 2016-09-30 09:20:21 -0300 |
---|---|---|
committer | drebs <drebs@leap.se> | 2016-11-09 11:25:34 -0200 |
commit | 18b4cb0aa61a4f935362cf268afc543280461dda (patch) | |
tree | 0e3d5819a2d4cbabdaf4f01d40c29314fa0455d3 /scripts/migration/0.9.0/tox.ini | |
parent | d40023b42053af0971e90ec33dbf9339c2e5f834 (diff) |
[pkg] use correct folder name for migrate script
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 |