Merge pull request #1390 from pdvyas/testing4

fix webnotes url in travis build script
This commit is contained in:
Pratik Vyas 2014-02-06 13:37:41 +05:30
commit c22ff12951

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: