diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2019-08-03 13:38:24 +0200 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2019-08-03 14:16:23 +0200 |
commit | 2d11bc6f387552f95127a6a92a38df11f658597c (patch) | |
tree | 2d0cf2da1b6ed1b7b4addf2ba9eae6d1fcc004df | |
parent | 7c88b0f951fc7b7818594f563112a379704e0879 (diff) |
Increase verify venv list in travis-ci
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 <cedric.ollivier@orange.com>
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 3 insertions, 1 deletions
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: |