We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61f168b commit fae3f8aCopy full SHA for fae3f8a
tox.ini
@@ -8,12 +8,12 @@ python =
8
[testenv:py312-lint]
9
basepython = python3.12
10
deps = pylint
11
-commands = pylint --rcfile=.pylintrc ibm_scc tests/unit tests/integration examples
+commands = pylint --rcfile=.pylintrc ibm_scc test/unit test/integration examples
12
13
[testenv]
14
passenv = TOXENV CI TRAVIS* ACCOUNT_ID PROVIDER_ID
15
commands =
16
- py.test --reruns 3 --cov=ibm_scc {posargs} tests/unit --cov-report=xml
+ py.test --reruns 3 --cov=ibm_scc {posargs} test/unit --cov-report=xml
17
deps =
18
-r{toxinidir}/requirements.txt
19
-r{toxinidir}/requirements-dev.txt
0 commit comments