Merge "Pass OS_CLOUD and OS_CACERT to environments"
This commit is contained in:
commit
ee6269e610
7
tox.ini
7
tox.ini
@ -11,9 +11,7 @@ commands =
|
|||||||
coverage run --branch --include "metalsmith*" -m unittest discover metalsmith.test
|
coverage run --branch --include "metalsmith*" -m unittest discover metalsmith.test
|
||||||
coverage report -m --fail-under 90
|
coverage report -m --fail-under 90
|
||||||
setenv = PYTHONDONTWRITEBYTECODE=1
|
setenv = PYTHONDONTWRITEBYTECODE=1
|
||||||
passenv = http_proxy HTTP_PROXY https_proxy HTTPS_PROXY no_proxy NO_PROXY \
|
passenv = http_proxy HTTP_PROXY https_proxy HTTPS_PROXY no_proxy NO_PROXY
|
||||||
OS_USERNAME OS_PASSWORD OS_PROJECT_NAME OS_AUTH_URL \
|
|
||||||
OS_USER_DOMAIN_NAME OS_PROJECT_DOMAIN_NAME
|
|
||||||
|
|
||||||
[testenv:venv]
|
[testenv:venv]
|
||||||
deps =
|
deps =
|
||||||
@ -22,6 +20,9 @@ deps =
|
|||||||
-r{toxinidir}/test-requirements.txt
|
-r{toxinidir}/test-requirements.txt
|
||||||
-r{toxinidir}/doc/requirements.txt
|
-r{toxinidir}/doc/requirements.txt
|
||||||
commands = {posargs}
|
commands = {posargs}
|
||||||
|
passenv = http_proxy HTTP_PROXY https_proxy HTTPS_PROXY no_proxy NO_PROXY \
|
||||||
|
OS_USERNAME OS_PASSWORD OS_PROJECT_NAME OS_AUTH_URL \
|
||||||
|
OS_USER_DOMAIN_NAME OS_PROJECT_DOMAIN_NAME OS_CLOUD OS_CACERT
|
||||||
|
|
||||||
[testenv:pep8]
|
[testenv:pep8]
|
||||||
commands =
|
commands =
|
||||||
|
Loading…
x
Reference in New Issue
Block a user