Allow executable "rm" in docs job.
Change-Id: I01e7fd361044a73c62fb00107260d82f3d2c67a3
This commit is contained in:
parent
6a7c3f7c4c
commit
b97d49c9bb
2
tox.ini
2
tox.ini
@ -1,7 +1,6 @@
|
||||
[tox]
|
||||
minversion = 3.18.0
|
||||
envlist = py3,pep8
|
||||
skipsdist = True
|
||||
ignore_basepython_conflict = True
|
||||
|
||||
[testenv]
|
||||
@ -40,6 +39,7 @@ commands =
|
||||
coverage report
|
||||
|
||||
[testenv:docs]
|
||||
allowlist_externals = rm
|
||||
deps = -c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
|
||||
-r{toxinidir}/doc/requirements.txt
|
||||
commands =
|
||||
|
Loading…
Reference in New Issue
Block a user