Skip to content

Commit 6e75792

Browse files
committed
fix accidental commit of changes to test_json avoiding issues in dev environment
1 parent d73f96f commit 6e75792

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

travis/test_json.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
exit_code = 0
1414
print("Travis: Testing all JSON files in source")
1515

16-
for root, dirs, files in os.walk('data'):
16+
for root, dirs, files in os.walk('.'):
1717
for filename in fnmatch.filter(files, '*.json'):
1818
file = os.path.join(root, filename)
1919
with codecs.open(file, encoding="utf-8") as f:

0 commit comments

Comments
 (0)