summaryrefslogtreecommitdiff
path: root/tox.ini
blob: e7bb971340b8ca8ceb6ab9f2b866e9914ced3f36 (plain)
1
2
3
4
5
6
7
8
9
10
11
[tox]
envlist = py25, py26, py27, py33

[testenv]
setenv =
    TESTDB=travis.cnf
commands =
    nosetests {posargs:-w tests -v}
deps =
    ipdb
    nose