Exclude doc/reveal.js from perm 37/55437/1
authorCédric Ollivier <cedric.ollivier@orange.com>
Wed, 11 Apr 2018 18:01:33 +0000 (20:01 +0200)
committerCédric Ollivier <cedric.ollivier@orange.com>
Wed, 11 Apr 2018 18:03:14 +0000 (20:03 +0200)
Change-Id: I6c81163d55217a374269ee7d2aae63a854c9fdeb
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
tox.ini

diff --git a/tox.ini b/tox.ini
index 94cc48d..1172022 100644 (file)
--- 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 \) \