Skip to content
This repository has been archived by the owner on Aug 24, 2022. It is now read-only.

Commit

Permalink
add wkhtmltopdf to the install section
Browse files Browse the repository at this point in the history
  • Loading branch information
anatskiy committed Jan 30, 2017
1 parent 5f6b749 commit 3d3c103
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ before_script:
- psql -c 'create database parkour;' -U postgres
- mkdir /home/travis/build/maxplanck-ie/parkour/logs

install: pip install -r requirements.txt
install:
- apt-get install -y wkhtmltopdf
- pip install -r requirements.txt

script: python manage.py test

0 comments on commit 3d3c103

Please sign in to comment.