tox.ini | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index a5115b4..389e87b 100644 --- a/tox.ini +++ b/tox.ini @@ -10,8 +10,7 @@ deps = six>=1.4.0 PyYAML commands = - pytest --cov=ddt --cov-report html - flake8 ddt.py test + pytest [testenv:py27] deps =