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