diff options
author | drebs <drebs@leap.se> | 2016-07-29 10:01:46 -0300 |
---|---|---|
committer | drebs <drebs@leap.se> | 2016-08-01 21:09:04 -0300 |
commit | bc28ea6e652418791dcf63fadcc81db9c50e2d45 (patch) | |
tree | 8ee54c15dc636c4ab347b5387ea3da268ebf7259 /scripts/migration/0.8.2/tox.ini | |
parent | 72ee56e3863729b148cf8cc16e4004dc7b52acdd (diff) |
[pkg] add couch schema migration script
Diffstat (limited to 'scripts/migration/0.8.2/tox.ini')
-rw-r--r-- | scripts/migration/0.8.2/tox.ini | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/scripts/migration/0.8.2/tox.ini b/scripts/migration/0.8.2/tox.ini new file mode 100644 index 00000000..2bb6be4c --- /dev/null +++ b/scripts/migration/0.8.2/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 |