From 3c9f936d95cfaebef26e84332367beff30701612 Mon Sep 17 00:00:00 2001 From: "Kali Kaneko (leap communications)" Date: Tue, 20 Sep 2016 12:58:07 -0400 Subject: [tests] add script to checkout common/soledad --- pkg/requirements-testing.pip | 1 + pkg/tools/checkout_leap.sh | 9 +++++++++ 2 files changed, 10 insertions(+) create mode 100755 pkg/tools/checkout_leap.sh (limited to 'pkg') diff --git a/pkg/requirements-testing.pip b/pkg/requirements-testing.pip index aa6bfe6..0a68f0b 100644 --- a/pkg/requirements-testing.pip +++ b/pkg/requirements-testing.pip @@ -5,3 +5,4 @@ coverage pytest pytest-pep8 pytest-cov +setuptools-trial diff --git a/pkg/tools/checkout_leap.sh b/pkg/tools/checkout_leap.sh new file mode 100755 index 0000000..082ff8f --- /dev/null +++ b/pkg/tools/checkout_leap.sh @@ -0,0 +1,9 @@ +#!/bin/sh +if [ ! -d "../leap_commondev" ]; then + git clone https://github.com/leapcode/leap_pycommon ../leap_commondev +fi +if [ ! -d "../soledaddev" ]; then + git clone https://github.com/leapcode/soledad ../soledaddev +fi +cd ../leap_commondev && git checkout develop && git pull origin develop +cd ../soledaddev && git checkout develop && git pull origin develop -- cgit v1.2.3