diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2019-08-03 13:46:52 +0200 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2019-08-03 13:46:52 +0200 |
commit | 6fcd58709c2aeb123dad6f86a103ae5f3af282e1 (patch) | |
tree | e46266d57e1384d961be622ef99a2f729f74b1c8 | |
parent | 5a67cb5c380b9c5606e3116f20fac1d976258946 (diff) |
Run perm when verifying changes
umask is now correct in lf-virtual1 (0022).
Change-Id: I073a48eddaf1e26bcb3bbeeb232eb69d4a03a124
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
-rw-r--r-- | tox.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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] |