Merge "Use the TESTING_BRANCH env var for constraints"
This commit is contained in:
commit
caf4818e7f
5
tox.ini
5
tox.ini
@ -11,14 +11,17 @@ install_command =
|
|||||||
commands =
|
commands =
|
||||||
/usr/bin/find . -type f -name "*.pyc" -delete
|
/usr/bin/find . -type f -name "*.pyc" -delete
|
||||||
passenv =
|
passenv =
|
||||||
|
COMMON_TESTS_PATH
|
||||||
HOME
|
HOME
|
||||||
USER
|
|
||||||
http_proxy
|
http_proxy
|
||||||
HTTP_PROXY
|
HTTP_PROXY
|
||||||
https_proxy
|
https_proxy
|
||||||
HTTPS_PROXY
|
HTTPS_PROXY
|
||||||
no_proxy
|
no_proxy
|
||||||
NO_PROXY
|
NO_PROXY
|
||||||
|
TESTING_BRANCH
|
||||||
|
TESTING_HOME
|
||||||
|
USER
|
||||||
whitelist_externals =
|
whitelist_externals =
|
||||||
bash
|
bash
|
||||||
setenv =
|
setenv =
|
||||||
|
Loading…
x
Reference in New Issue
Block a user