1[tox]
2envlist = py26,py27,py34
3
4[testenv]
5deps=
6    nose
7commands=
8    nosetests
9
10