fix test execution on travis which was broken / unify running test locally and on travis

This commit is contained in:
Benjamin Sergeant
2019-04-19 09:46:17 -07:00
parent bb442021cf
commit e433e8b5e9
2 changed files with 4 additions and 1 deletions

View File

@ -482,4 +482,7 @@ def main():
if __name__ == '__main__':
root = os.path.dirname(os.path.realpath(__file__))
os.chdir(root)
main()