tests: Explicitly open files as utf-8 for travis
This commit is contained in:
parent
fd2167d856
commit
33300630a3
@ -33,7 +33,7 @@ def validate_language(path):
|
|||||||
|
|
||||||
print('Validating', path)
|
print('Validating', path)
|
||||||
|
|
||||||
with open(path, 'r') as f:
|
with open(path, 'r', encoding='utf-8') as f:
|
||||||
in_event = False
|
in_event = False
|
||||||
event_input = ''
|
event_input = ''
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user