[tox]
envlist = py27,py33,py34
[testenv]
commands = py.test
deps =
[testenv:py27]
pytest
[testenv:py33]
[testenv:py34]