diff options
author | 2021-11-15 15:13:46 +0100 | |
---|---|---|
committer | 2021-11-15 15:14:11 +0100 | |
commit | e3c09959d8639b6e798759bb74e98a752b98b7f4 (patch) | |
tree | 587a31b2b9f88b2935ffb26ebdbd1f1511d329f0 /.travis.yml | |
parent | b100b1254e06719bf1c779b9d53d0ac2da67fca4 (diff) |
Update linters and fix all new issues
It mostly adds encoding in open calls and leverages f-strings.
It removes ansible-lint as it now asks for ansible, roles and collections.
Change-Id: I3ef729f44b2c721b14d19df27805938298aa2c67
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 818bca75..44990f60 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,7 +16,7 @@ before_script: jobs: include: - stage: run unit tests - script: tox -e pep8,pylint,yamllint,ansiblelint,bashate,py38,bandit + script: tox -e pep8,pylint,yamllint,bashate,py38,bandit - stage: build functest-kubernetes-core images script: bash build.sh env: |