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

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