Increase verify venv list in travis-ci 02/68302/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:16:23 +0000 (14:16 +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>
.travis.yml

index 2d8e2b2..4b1c724 100644 (file)
@@ -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: