Update .travis.yml
This commit is contained in:
parent
380e1c2001
commit
35a1c990ac
1 changed files with 2 additions and 2 deletions
|
|
@ -17,8 +17,8 @@ install:
|
|||
- ./ci/fix-mariadb.sh
|
||||
|
||||
- sudo apt-get install xfonts-75dpi xfonts-base -y
|
||||
- wget http://downloads.sourceforge.net/project/wkhtmltopdf/0.12.2/wkhtmltox-0.12.2_linux-precise-amd64.deb
|
||||
- sudo dpkg -i wkhtmltox-0.12.2_linux-precise-amd64.deb
|
||||
- wget http://downloads.sourceforge.net/project/wkhtmltopdf/0.12.2.1/wkhtmltox-0.12.2.1_linux-precise-amd64.deb
|
||||
- sudo dpkg -i wkhtmltox-0.12.2.1_linux-precise-amd64.deb
|
||||
|
||||
- CFLAGS=-O0 pip install -r requirements.txt
|
||||
- pip install --editable .
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue