aboutsummaryrefslogtreecommitdiff
path: root/tox.ini
blob: 388fb054763fdc9732f951f4fb1747e87ccf3bbf (plain)
1
2
3
4
5
6
7
8
[tox]
envlist = py26,py27,pypy,py33,py34,py35

[testenv]
commands = py.test {posargs}

deps =
    pytest