diff --git a/tox.ini b/tox.ini index 9ea0c10..c866465 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,8 @@ [tox] -envlist = py26,py27 +envlist = py27 [testenv] +deps= + nose + coverage commands=nosetests