From c055ea6465eb124da7f213041a873b99c9092532 Mon Sep 17 00:00:00 2001 From: Pratik Vyas Date: Thu, 6 Feb 2014 12:54:52 +0530 Subject: [PATCH] fix webnotes url in travis build script --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index ee64b6d176..c6402feace 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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: