Skip to content

Commit 3e69a50

Browse files
fix: updated tox.ini
Signed-off-by: Sirija Reddy <[email protected]>
1 parent c2ec8f7 commit 3e69a50

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

tox.ini

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
[tox]
2-
envlist = py37-lint, py36, py37, py38, py39
2+
envlist = py39-lint, py39, py310, py311, py312
33

4-
[testenv:py37-lint]
5-
; basepython = python3.7
6-
; deps = pylint
7-
; commands = pylint --rcfile=.pylintrc ibm_cloud_networking_services test
4+
[testenv:py39-lint]
5+
basepython = python3.9
6+
deps = pre-commit
7+
commands = pre-commit run
88

99
[testenv]
1010
passenv = TOXENV CI TRAVIS*
@@ -14,4 +14,4 @@ deps =
1414
-r{toxinidir}/requirements.txt
1515
-r{toxinidir}/requirements-dev.txt
1616
usedevelop = True
17-
exclude = .venv,.git,.tox,docs
17+
exclude = .venv,.git,.tox,docs

0 commit comments

Comments
 (0)