From a046ec1f2ef3c35e956dba97e63f7cc8a27a346c Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Wed, 11 Apr 2018 20:01:33 +0200 Subject: Exclude doc/reveal.js from perm MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I6c81163d55217a374269ee7d2aae63a854c9fdeb Signed-off-by: Cédric Ollivier (cherry picked from commit ea383e4f5e843fe27533c02a67f81e0625b62a4a) --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 94cc48d8..11720226 100644 --- a/tox.ini +++ b/tox.ini @@ -62,7 +62,7 @@ commands = nosetests --with-coverage --cover-tests \ [testenv:perm] basepython = python2.7 whitelist_externals = bash -path=. -not -path './.tox/*' -not -path './.git/*' -not -path './docs/com/pres/reveal.js/*' +path=. -not -path './.tox/*' -not -path './.git/*' -not -path './doc/reveal.js/*' commands = bash -c "\ find {[testenv:perm]path} \( -type f -not -perm 644 -o -type d -not -perm 755 \) \ -- cgit 1.2.3-korg