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 +- README.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 . diff --git a/README.rst b/README.rst index 26cf36d..579ebcd 100644 --- a/README.rst +++ b/README.rst @@ -1,7 +1,7 @@ django-wkhtmltopdf ================== -.. image:: https://travis-ci.org/incuna/django-wkhtmltopdf.png +.. image:: https://travis-ci.org/incuna/django-wkhtmltopdf.png?branch=travis-setup :target: https://travis-ci.org/incuna/django-wkhtmltopdf -- cgit v1.2.3