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
parent f7715be87c
commit 6488f98c03
1 changed files with 2 additions and 2 deletions

View File

@ -34,7 +34,6 @@ deps =
commands = stestr run {posargs}
whitelist_externals =
bash
tox
[testenv:bindep]
deps = bindep
@ -44,8 +43,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]
basepython = python3