Remove unit test tox targets
There are no tests here. Change-Id: I14ddfc7f0a0ba2dd0e35b81a37e9266598e22194
This commit is contained in:
parent
f4224f5ad1
commit
6884725e97
5
tox.ini
5
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
|
||||
|
Loading…
Reference in New Issue
Block a user