Skip to content

Commit

Permalink
ci(pylint): Use python3.9 for linting (#182)
Browse files Browse the repository at this point in the history
  • Loading branch information
mojito317 authored Nov 16, 2021
1 parent 5f496c1 commit 0a80ab4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[tox]
envlist = py37-lint, py36, py37, py38, py39
envlist = py39-lint, py36, py37, py38, py39

[testenv:py37-lint]
basepython = python3.7
[testenv:py39-lint]
basepython = python3.9
deps = pylint
commands = pylint --rcfile=.pylintrc ibmcloudant test
setenv = PYTHONPATH = pylint/checkers
Expand Down

0 comments on commit 0a80ab4

Please sign in to comment.