Merge "fix tox python3 overrides"

This commit is contained in:
Zuul 2018-09-19 05:14:47 +00:00 committed by Gerrit Code Review
commit f47e2f70a4
1 changed files with 7 additions and 0 deletions

View File

@ -13,6 +13,7 @@ deps =
commands = python setup.py testr --slowest --testr-args='{posargs}'
[testenv:venv]
basepython = python3
commands = {posargs}
[testenv:pep8]
@ -32,23 +33,29 @@ commands =
flake8 ./docker_config_scripts/
[testenv:templates]
basepython = python3
commands = python ./tools/process-templates.py
[testenv:clean]
basepython = python3
commands = python ./tools/process-templates.py -c
[testenv:releasenotes]
basepython = python3
commands = bash -c tools/releasenotes_tox.sh
[testenv:cover]
basepython = python3
commands = python setup.py test --coverage --coverage-package-name=tripleo_heat_templates --testr-args='{posargs}'
[testenv:genconfig]
basepython = python3
commands =
python ./tools/process-templates.py
python ./tripleo_heat_templates/environment_generator.py sample-env-generator/
[testenv:genroledata]
basepython = python3
whitelist_externals =
bash
commands =