From 6fcd58709c2aeb123dad6f86a103ae5f3af282e1 Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Sat, 3 Aug 2019 13:46:52 +0200 Subject: Run perm when verifying changes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit umask is now correct in lf-virtual1 (0022). Change-Id: I073a48eddaf1e26bcb3bbeeb232eb69d4a03a124 Signed-off-by: Cédric Ollivier --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 03e25548..7a5d39fe 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = docs,pep8,pylint,yamllint,ansiblelint,bashate,py27,py37,cover +envlist = docs,pep8,pylint,yamllint,ansiblelint,bashate,py27,py37,cover,perm skipsdist = True [testenv] -- cgit 1.2.3-korg