Disable perm check 17/70117/1
authorCédric Ollivier <cedric.ollivier@orange.com>
Fri, 1 May 2020 14:14:14 +0000 (16:14 +0200)
committerCédric Ollivier <cedric.ollivier@orange.com>
Fri, 1 May 2020 14:36:51 +0000 (16:36 +0200)
.travis-ci applies a false umask

Change-Id: I8e93d64019fffe0a88cd49c565a40419a491f5a0
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
(cherry picked from commit 6099914e9832592ac63f0d3505ea3466eb13117d)

.travis.yml
tox.ini

index 3040507..3c2b5a9 100644 (file)
@@ -21,7 +21,7 @@ before_script:
 jobs:
   include:
     - stage: run unit tests
-      script: tox -e pep8,pylint,yamllint,ansiblelint,bashate,py27,py36
+      script: tox -e pep8,pylint,yamllint,ansiblelint,bashate,py27,py36,bandit
     - stage: build functest-kubernetes-core image
       script: sudo -E bash build.sh
       env:
diff --git a/tox.ini b/tox.ini
index 5e3a907..857ba94 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -1,5 +1,5 @@
 [tox]
-envlist = pep8,pylint,yamllint,ansiblelint,bashate,py27,py36,bandit,perm
+envlist = pep8,pylint,yamllint,ansiblelint,bashate,py27,py36,bandit
 
 [testenv]
 usedevelop = True