chmod +x all_tests.py to avoid permission issues

This commit is contained in:
echel0n 2014-12-13 16:13:17 -08:00
parent a3eb16be8e
commit fa7d32e403
1 changed files with 3 additions and 0 deletions

View File

@ -10,6 +10,9 @@ branches:
install:
- pip install cheetah
before_script:
- chmod +x /tests/all_tests.py
script:
- ./tests/all_tests.py