Skip to content

Commit 64dd4c1

Browse files
author
Gaurav Goswami
committed
tox.ini modified to accept env vars needed for ITs
1 parent e24a84a commit 64dd4c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ deps = pylint
77
commands = pylint --rcfile=.pylintrc ibm_scc test
88

99
[testenv]
10-
passenv = TOXENV CI TRAVIS*
10+
passenv = TOXENV CI TRAVIS* ACCOUNT_ID PROVIDER_ID
1111
commands =
1212
py.test --reruns 3 --cov=ibm_scc {posargs}
1313
codecov -e TOXENV

0 commit comments

Comments
 (0)