Skip to content

Commit

Permalink
ci: update the tox.ini file
Browse files Browse the repository at this point in the history
Signed-off-by: Timothy-Yao <timothy.yao@ibm.com>
  • Loading branch information
tyao117 committed Jan 29, 2024
1 parent 97884ca commit c334215
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ python =
[testenv:py39-lint]
basepython = python3.9
deps = pylint
commands = pylint --rcfile=.pylintrc ibm_scc test/unit test/integration examples
commands = pylint --rcfile=.pylintrc ibm_scc tests/unit tests/integration examples

[testenv]
passenv = TOXENV CI TRAVIS* ACCOUNT_ID PROVIDER_ID
commands =
py.test --reruns 3 --cov=ibm_scc {posargs} test/unit --cov-report=xml
py.test --reruns 3 --cov=ibm_scc {posargs} tests/unit --cov-report=xml
deps =
-r{toxinidir}/requirements.txt
-r{toxinidir}/requirements-dev.txt
Expand Down

0 comments on commit c334215

Please sign in to comment.