[tox]
envlist=py26,py27,pypy
[testenv]
commands=py.test
deps=pytest
[testenv:py26]
deps=
pytest
unittest2