[tox]
envlist = py25,py26,py27
[testenv]
deps=
commands=
    python setup.py test
