This is an automated email from the ASF dual-hosted git repository. tomaz pushed a commit to branch github_actions_take_2 in repository https://gitbox.apache.org/repos/asf/libcloud.git
commit 5e8bdff0af922a1a1f9d195995dbe2ee7cd91046 Author: Tomaz Muraus <[email protected]> AuthorDate: Sun Dec 13 14:53:12 2020 +0100 Update passenv settings. --- tox.ini | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tox.ini b/tox.ini index 49ce64c..faccc98 100644 --- a/tox.ini +++ b/tox.ini @@ -3,7 +3,7 @@ envlist = py{pypy3.5,3.5,3.6,3.7,3.8,3.9},checks,lint,pylint,mypy,docs,coverage skipsdist = true [testenv] -passenv = TRAVIS TRAVIS_JOB_ID TRAVIS_BRANCH +passenv = TERM CI GITHUB_* deps = -r{toxinidir}/requirements-tests.txt fasteners @@ -121,7 +121,7 @@ deps = requests demjson setenv = PYTHONPATH={toxinidir} -passenv = GCE_API_KEY PRICING_DATA_BUCKET_NAME AWS_REGION AWS_ACCESS_KEY_ID AWS_ACCESS_KEY_SECRET +passenv = TERM GCE_API_KEY PRICING_DATA_BUCKET_NAME AWS_REGION AWS_ACCESS_KEY_ID AWS_ACCESS_KEY_SECRET commands = python contrib/scrape-gce-prices.py --all python contrib/scrape-gce-prices.py @@ -142,7 +142,7 @@ commands = basepython: python3.7 deps = requests demjson -passenv = GCE_API_KEY +passenv = TERM GCE_API_KEY whitelist_externals = sha512sum bash commands = @@ -231,7 +231,7 @@ commands = cp libcloud/test/secrets.py-dist libcloud/test/secrets.py coverage run --source=libcloud setup.py test [testenv:coverage-ci] -passenv = TOXENV CI GITHUB_* +passenv = TERM TOXENV CI GITHUB_* deps = -r{toxinidir}/requirements-tests.txt paramiko==2.7.1
