From dbce004a84a17bcb07c2c2fcec17aedc76b3e2e5 Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Fri, 1 May 2020 16:14:14 +0200 Subject: Disable perm check MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit .travis-ci applies a false umask Change-Id: I8e93d64019fffe0a88cd49c565a40419a491f5a0 Signed-off-by: Cédric Ollivier (cherry picked from commit 6099914e9832592ac63f0d3505ea3466eb13117d) --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tox.ini') diff --git a/tox.ini b/tox.ini index 5e3a907e..857ba947 100644 --- 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 -- cgit 1.2.3-korg