Skip to content

Commit 8340939

Browse files
author
Christian Adell
authored
Update .travis.yml
1 parent 71844e2 commit 8340939

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
script:
3232
- "invoke black"
3333
- "invoke bandit" # Bandit fails to function on > Py3.8 https://github.com/PyCQA/bandit/issues/639
34-
- "invoke pydocstyle"
34+
# - "invoke pydocstyle"
3535
- "invoke flake8"
3636
- "invoke yamllint"
37-
- "invoke pylint"
37+
# - "invoke pylint"

0 commit comments

Comments
 (0)