1[tox]
2envlist = py{26,27,32,33,34,35,36}
3
4[testenv]
5deps =
6    nose
7    {env:COVERAGE_DEP:}
8    #-rrequirements.txt
9commands = {env:COVERAGE_CMD:} {envbindir}/nosetests
10
11