Update .travis.yml

This commit is contained in:
Pratik Vyas 2014-02-14 16:10:03 +05:30
parent 86903e5f5b
commit ed20b68a3a

View File

@ -7,7 +7,7 @@ services:
- mysql
install:
- CFLAGS=-O0 pip install git+https://github.com/frappe/wnframework.git@4.0.0-wip &&
- CFLAGS=-O0 pip install git+https://github.com/frappe/frappe.git@develop &&
- pip install --editable .
script: