commit | c055ea6465eb124da7f213041a873b99c9092532 | [log] [tgz] |
---|---|---|
author | Pratik Vyas <m@pd.io> | Thu Feb 06 12:54:52 2014 +0530 |
committer | Pratik Vyas <m@pd.io> | Thu Feb 06 12:54:52 2014 +0530 |
tree | b442b50f4a554b131ce60b52c1631fc4c1eeb33d | |
parent | 4b41e420c0ce7cbfe8819ae790f22989843aac7f [diff] |
fix webnotes url in travis build script
diff --git a/.travis.yml b/.travis.yml index ee64b6d..c6402fe 100644 --- a/.travis.yml +++ b/.travis.yml
@@ -7,7 +7,7 @@ - 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: