diff options
author | mattack108 <matt.lenc@gmail.com> | 2013-01-17 09:54:42 +0000 |
---|---|---|
committer | mattack108 <matt.lenc@gmail.com> | 2013-01-17 09:54:42 +0000 |
commit | 28531169c5768d1a2bc810b2c9a322345e666550 (patch) | |
tree | 15bf497df97c29ef63573ea82658430388233827 /.travis.yml | |
parent | 62750c23a264ef04ac04e04bda820873ac9e421b (diff) | |
download | django-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.yml | 2 |
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 . |