From ee538b5046ddee71b88c4dca6bce84e91993c87a Mon Sep 17 00:00:00 2001 From: Markus Unterwaditzer Date: Tue, 4 Mar 2014 17:47:50 +0100 Subject: [PATCH] Ahh... --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 9a31db5..8455d31 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,6 +6,6 @@ env: install: - "pip install ." - - "sh install_deps.sh" + - "sh install-deps.sh" script: py.test