This commit is contained in:
Anand Doshi 2014-07-29 23:20:42 +05:30
parent 60ee2ea8af
commit 22608ad206

View File

@ -17,7 +17,7 @@ install:
- wget http://downloads.sourceforge.net/project/wkhtmltopdf/0.12.1/wkhtmltox-0.12.1_linux-precise-amd64.deb
- sudo dpkg -i wkhtmltox-0.12.1_linux-precise-amd64.deb
- CFLAGS=-O0 pip install git+https://github.com/frappe/frappe.git@$develop &&
- CFLAGS=-O0 pip install git+https://github.com/frappe/frappe.git@develop &&
- pip install --editable .
before_script: