Update travis

This commit is contained in:
Otto Winter 2019-02-11 15:01:22 +01:00
parent dd5f63036f
commit e6ef84dc1a
No known key found for this signature in database
GPG Key ID: DB66C0BE6013F97E
3 changed files with 6 additions and 6 deletions

View File

@ -15,7 +15,7 @@ def find_all(a_str, sub):
column += len(sub)
for f in sorted(Path('.').glob('*.rst')):
for f in sorted(Path('.').glob('**/*.rst')):
try:
content = f.read_text('utf-8')
except UnicodeDecodeError: