Merge "fix tox python3 overrides"
This commit is contained in:
commit
f47e2f70a4
7
tox.ini
7
tox.ini
@ -13,6 +13,7 @@ deps =
|
|||||||
commands = python setup.py testr --slowest --testr-args='{posargs}'
|
commands = python setup.py testr --slowest --testr-args='{posargs}'
|
||||||
|
|
||||||
[testenv:venv]
|
[testenv:venv]
|
||||||
|
basepython = python3
|
||||||
commands = {posargs}
|
commands = {posargs}
|
||||||
|
|
||||||
[testenv:pep8]
|
[testenv:pep8]
|
||||||
@ -32,23 +33,29 @@ commands =
|
|||||||
flake8 ./docker_config_scripts/
|
flake8 ./docker_config_scripts/
|
||||||
|
|
||||||
[testenv:templates]
|
[testenv:templates]
|
||||||
|
basepython = python3
|
||||||
commands = python ./tools/process-templates.py
|
commands = python ./tools/process-templates.py
|
||||||
|
|
||||||
[testenv:clean]
|
[testenv:clean]
|
||||||
|
basepython = python3
|
||||||
commands = python ./tools/process-templates.py -c
|
commands = python ./tools/process-templates.py -c
|
||||||
|
|
||||||
[testenv:releasenotes]
|
[testenv:releasenotes]
|
||||||
|
basepython = python3
|
||||||
commands = bash -c tools/releasenotes_tox.sh
|
commands = bash -c tools/releasenotes_tox.sh
|
||||||
|
|
||||||
[testenv:cover]
|
[testenv:cover]
|
||||||
|
basepython = python3
|
||||||
commands = python setup.py test --coverage --coverage-package-name=tripleo_heat_templates --testr-args='{posargs}'
|
commands = python setup.py test --coverage --coverage-package-name=tripleo_heat_templates --testr-args='{posargs}'
|
||||||
|
|
||||||
[testenv:genconfig]
|
[testenv:genconfig]
|
||||||
|
basepython = python3
|
||||||
commands =
|
commands =
|
||||||
python ./tools/process-templates.py
|
python ./tools/process-templates.py
|
||||||
python ./tripleo_heat_templates/environment_generator.py sample-env-generator/
|
python ./tripleo_heat_templates/environment_generator.py sample-env-generator/
|
||||||
|
|
||||||
[testenv:genroledata]
|
[testenv:genroledata]
|
||||||
|
basepython = python3
|
||||||
whitelist_externals =
|
whitelist_externals =
|
||||||
bash
|
bash
|
||||||
commands =
|
commands =
|
||||||
|
Loading…
Reference in New Issue
Block a user