aboutsummaryrefslogtreecommitdiffstats
path: root/tox.ini
blob: 1ac46202774a23cfd39b352a948e0ffc0ed85d11 (plain)
1
2
3
4
5
[tox]
envlist = py26,py27,py31,py32,py33,py34
[testenv]
deps=pytest
commands=py.test {posargs}