From 4d96b01f028d4db63662f74ef02d5f16433acc64 Mon Sep 17 00:00:00 2001 From: echel0n Date: Mon, 17 Nov 2014 02:19:16 -0800 Subject: [PATCH] Update .travis.yml --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) 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