From 2d11bc6f387552f95127a6a92a38df11f658597c Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Sat, 3 Aug 2019 13:38:24 +0200 Subject: Increase verify venv list in travis-ci MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It cannot run perm due to the false umask in travis-ci [1]. [1] https://travis-ci.community/t/file-permissions-just-gone-up-to-664/1547/4 Change-Id: I788d846b1737cdff49959376e5bc92d8d1c4c970 Signed-off-by: Cédric Ollivier --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 2d8e2b27f..4b1c72404 100644 --- a/.travis.yml +++ b/.travis.yml @@ -22,7 +22,9 @@ before_script: jobs: include: - stage: run unit tests - script: tox -e docs,pep8,pylint,yamllint,bashate,py27,py37,cover + script: > + tox -e \ + docs,pep8,pylint,yamllint,ansiblelint,bashate,bandit,py27,py37,cover - stage: build functest-core images script: sudo -E bash build.sh env: -- cgit 1.2.3-korg