fix test execution on travis which was broken / unify running test locally and on travis
This commit is contained in:
@ -482,4 +482,7 @@ def main():
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
root = os.path.dirname(os.path.realpath(__file__))
|
||||
os.chdir(root)
|
||||
|
||||
main()
|
||||
|
Reference in New Issue
Block a user