Remove now obsolete tox targets
With https://review.openstack.org/156328 merged, some of the tox targets are not needed anymore, remove them. Change-Id: I818ca7c2ff9323af04acc59f2254dc50c0a940a6
This commit is contained in:
parent
ea4cc86aaa
commit
40bfbd8f16
11
tox.ini
11
tox.ini
@ -1,5 +1,5 @@
|
||||
[tox]
|
||||
envlist = py27,pep8,checkniceness,checksyntax,checkdeletions,checkbuild,checklinks
|
||||
envlist = py27,pep8,checkbuild,checklinks
|
||||
minversion = 1.6
|
||||
skipsdist = True
|
||||
|
||||
@ -51,15 +51,6 @@ filename=*.py,trove-*
|
||||
[testenv:checklinks]
|
||||
commands = openstack-doc-test --check-links {posargs}
|
||||
|
||||
[testenv:checkniceness]
|
||||
commands = true
|
||||
|
||||
[testenv:checksyntax]
|
||||
commands = true
|
||||
|
||||
[testenv:checkdeletions]
|
||||
commands = true
|
||||
|
||||
[testenv:checkbuild]
|
||||
commands =
|
||||
openstack-doc-test --check-niceness --check-syntax --check-deletions {posargs}
|
||||
|
Loading…
x
Reference in New Issue
Block a user