diff options
-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 \) \ |