diff options
author | drebs <drebs@leap.se> | 2016-11-10 23:48:41 -0200 |
---|---|---|
committer | drebs <drebs@leap.se> | 2016-11-10 23:48:41 -0200 |
commit | 428fdf65dd6a4e9196d8eb82905aec38ccfc35ca (patch) | |
tree | b214482c46ecd09d531a3bc7bf254bf47d367fb5 /scripts/migration/0.9.0/tox.ini | |
parent | d40023b42053af0971e90ec33dbf9339c2e5f834 (diff) | |
parent | 0fd7e9f018b02161a844c11332ffced56b256010 (diff) |
Merge tag '0.9.0' into develop
Tag version 0.9.0
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 |