From ea9bed110bdc3c8044cce77f52869aac4f89a8d6 Mon Sep 17 00:00:00 2001 From: drebs Date: Thu, 7 Sep 2017 18:12:51 -0300 Subject: [pkg] improve naming of directory of migration script --- scripts/migration/0.8-to-0.9/tox.ini | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 scripts/migration/0.8-to-0.9/tox.ini (limited to 'scripts/migration/0.8-to-0.9/tox.ini') 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 -- cgit v1.2.3