summaryrefslogtreecommitdiff
path: root/tox.ini
blob: 69cd5ab429adfc5701f2382664beb412fa96d4df (plain)
1
2
3
4
5
6
7
8
[tox]
envlist = py26,py27,py33,py34

[testenv]
commands = 
    py.test _test
deps =
    pytest