summaryrefslogtreecommitdiff
path: root/scripts/migration/0.8-to-0.9/tox.ini
blob: 2bb6be4c51a028e534e406c4723ba4d6644e328a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[tox]
envlist = py27

[testenv]
commands = py.test {posargs}
changedir = tests
deps =
    pytest
    couchdb
    pdbpp
    -e../../../common
setenv =
    TERM=xterm