Skip to content

Commit 18304cb

Browse files
committed
chore: add back lint directories
1 parent 5ddb22a commit 18304cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ envlist = lint, py35, py36, py37, py38
44
[testenv:lint]
55
basepython = python3.7
66
deps = pylint
7-
commands = pylint --rcfile=.pylintrc ibm_platform_services test
7+
commands = pylint --rcfile=.pylintrc ibm_platform_services test/unit test/integration examples
88

99
[testenv]
1010
passenv = TOXENV CI TRAVIS*

0 commit comments

Comments
 (0)