diff --git a/.travis.yml b/.travis.yml index 033ccc5b..e87c996c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,7 +11,7 @@ install: - pip install cheetah before_script: - - chmod +x /tests/all_tests.py + - chmod +x ./tests/all_tests.py script: - ./tests/all_tests.py