aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authormattack108 <matt.lenc@gmail.com>2013-01-17 09:54:42 +0000
committermattack108 <matt.lenc@gmail.com>2013-01-17 09:54:42 +0000
commit28531169c5768d1a2bc810b2c9a322345e666550 (patch)
tree15bf497df97c29ef63573ea82658430388233827 /.travis.yml
parent62750c23a264ef04ac04e04bda820873ac9e421b (diff)
downloaddjango-wkhtmltopdf-28531169c5768d1a2bc810b2c9a322345e666550.tar.gz
django-wkhtmltopdf-28531169c5768d1a2bc810b2c9a322345e666550.tar.bz2
django-wkhtmltopdf-28531169c5768d1a2bc810b2c9a322345e666550.zip
Update travis.yml
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 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 .