Avoid tox-in-tox issue

Change-Id: I69a9fec318fc3d163672c6ab7515b4142df862ed
Partial-Bug: https://bugs.launchpad.net/tripleo/+bug/1884989
This commit is contained in:
Sorin Sbarnea 2020-06-24 17:14:09 +01:00 committed by Goutham Pacha Ravi
parent eff7e961ab
commit 5aba85f4b8
1 changed files with 2 additions and 2 deletions

View File

@ -35,7 +35,6 @@ deps =
commands = stestr run {posargs}
whitelist_externals =
bash
tox
[testenv:bindep]
deps = bindep
@ -45,8 +44,9 @@ commands = bash -c "{toxinidir}/scripts/bindep-install"
[testenv:pep8]
skip_install = true
deps =
{[testenv:linters]deps}
commands =
tox -e linters -- flake8
{[testenv:linters]commands}
[testenv:venv]
commands = {posargs}