From 28531169c5768d1a2bc810b2c9a322345e666550 Mon Sep 17 00:00:00 2001 From: mattack108 Date: Thu, 17 Jan 2013 09:54:42 +0000 Subject: Update travis.yml --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index cb3ffca..d89a6d7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,7 +3,7 @@ python: - "2.6" - "2.7" before_script: - - "./before_script.sh" + - before_script.sh install: - pip install -r wkhtmltopdf/tests/test_requirements.txt - pip install . -- cgit v1.2.3