diff options
author | Kali Kaneko (leap communications) <kali@leap.se> | 2016-12-22 17:45:15 +0100 |
---|---|---|
committer | Kali Kaneko (leap communications) <kali@leap.se> | 2016-12-26 14:55:45 +0100 |
commit | cf8f358c585786aa5e00513fe3c9c382a6118cae (patch) | |
tree | 214dbb09422dc2a96fedba48563f819e1b80dbbd | |
parent | 634e66c1d5b5b66ffaa950a0c7137f25ea83e945 (diff) |
[test] add a target for latest soledad/common
-rw-r--r-- | Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -16,6 +16,11 @@ dev-backend: dev-all: pip install -e '.[all]' +dev-latest-all: dev-all + pip install -e 'git+https://0xacab.org/leap/leap_pycommon@master#egg=leap.common' + pip install -e 'git+https://0xacab.org/leap/soledad@develop#egg=leap.soledad.common&subdirectory=common' + pip install -e 'git+https://0xacab.org/leap/soledad@develop#egg=leap.soledad.client&subdirectory=client' + uninstall: pip uninstall leap.bitmask |