diff --git a/tox.ini b/tox.ini index 24871c2..3f964ac 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,6 @@ [tox] minversion = 1.6 -envlist = py36,pypy,pep8,checksyntax,dashboards +envlist = pep8,checksyntax,dashboards skipsdist = True [testenv] @@ -21,9 +21,6 @@ commands = {posargs} [testenv:checksyntax] commands = python gerrit_dash_creator/cmd/creator.py --check-only dashboards -[testenv:cover] -commands = python setup.py testr --coverage --testr-args='{posargs}' - [testenv:docs] commands = # not happy with generated dashboard pages