diff --git a/.travis.yml b/.travis.yml index 1c526fe3..afca955e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,5 +8,8 @@ branches: only: - develop +install: + - pip install cheetah + before_script: cd ./tests script: ./all_tests.py