fix webnotes url in travis build script

This commit is contained in:
Pratik Vyas 2014-02-06 12:54:52 +05:30
parent 4b41e420c0
commit c055ea6465

View File

@ -7,7 +7,7 @@ services:
- mysql
install:
- pip install https://github.com/webnotes/wnframework/archive/4.0.0-wip.tar.gz &&
- pip install git+https://github.com/webnotes/wnframework.git@4.0.0-wip &&
- pip install --editable .
script: