summaryrefslogtreecommitdiff
path: root/tox.ini
blob: de3cacb5f96d357227bca8c6648d4d763dd2bafb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[tox]
envlist = py27

[testenv]
commands = py.test {posargs}
deps =
    pytest
    pdbpp
    mock
    setuptools-trial
    pep8
setenv =
    HOME=/tmp