[CI] Add tox self env that do nothing
Change-Id: I558a16288267fa0127d4487d4302ebdac3a22c99
This commit is contained in:
parent
698cd90c20
commit
e3dcae4e36
4
tox.ini
4
tox.ini
@ -91,3 +91,7 @@ local-check-factory = tests.hacking.checks.factory
|
|||||||
# separately, outside of the requirements files.
|
# separately, outside of the requirements files.
|
||||||
deps = bindep
|
deps = bindep
|
||||||
commands = bindep
|
commands = bindep
|
||||||
|
|
||||||
|
[testenv:self]
|
||||||
|
# TODO(astudenov): Add real script here that will run rally self test
|
||||||
|
commands = python -c 'print "SUCCESS"'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user