Increase verify venv list in travis-ci 04/68304/2
authorCédric Ollivier <cedric.ollivier@orange.com>
Sat, 3 Aug 2019 11:38:24 +0000 (13:38 +0200)
committerCédric Ollivier <cedric.ollivier@orange.com>
Sat, 3 Aug 2019 12:20:12 +0000 (14:20 +0200)
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>
(cherry picked from commit 2d11bc6f387552f95127a6a92a38df11f658597c)

.travis.yml

index 9f70fc7..0f0db39 100644 (file)
@@ -22,7 +22,9 @@ before_script:
 jobs:
   include:
     - stage: run unit tests
-      script: tox -e docs,pep8,pylint,yamllint,bashate,py27,py36,cover
+      script: >
+        tox -e \
+          docs,pep8,pylint,yamllint,ansiblelint,bashate,bandit,py27,py36,cover
     - stage: build functest-core images
       script: sudo -E bash build.sh
       env: