diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2018-04-11 20:01:33 +0200 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2018-04-11 20:03:14 +0200 |
commit | ea383e4f5e843fe27533c02a67f81e0625b62a4a (patch) | |
tree | 2d7f8ff4f1994cd5244f1736d0fb43b33d798406 | |
parent | 4e4d8c583fe403db095e950c06030586f2aa929a (diff) |
Exclude doc/reveal.js from perm
Change-Id: I6c81163d55217a374269ee7d2aae63a854c9fdeb
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
-rw-r--r-- | tox.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 \) \ |