We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 066d4ee commit 2cc890bCopy full SHA for 2cc890b
1 file changed
tox.ini
@@ -10,14 +10,14 @@ python =
10
11
[testenv:py310-lint]
12
basepython = python3.10
13
-deps = pre-commit
14
-commands = pre-commit run
+deps = pylint
+commands = bash pylint.sh
15
16
[testenv]
17
passenv = TOXENV CI GITHUB_*
18
19
commands =
20
- py.test --reruns 2 --cov=ibm_cloud_networking_services test/unit
+ py.test --cov=ibm_cloud_networking_services test/unit
21
deps =
22
-r{toxinidir}/requirements.txt
23
-r{toxinidir}/requirements-dev.txt
0 commit comments