File tree Expand file tree Collapse file tree 5 files changed +26
-9
lines changed Expand file tree Collapse file tree 5 files changed +26
-9
lines changed Original file line number Diff line number Diff line change 5
5
- " 3.5"
6
6
- " 3.6"
7
7
- " 3.7"
8
- install : " script/setup "
8
+ install : " script/ci-bootstrap "
9
9
script : " script/ci"
10
10
cache : pip
Original file line number Diff line number Diff line change @@ -50,4 +50,4 @@ urllib3==1.23
50
50
versioneer == 0.18
51
51
virtualenv == 16.0.0
52
52
wcwidth == 0.1.7
53
- -e git+https://github.com/CiscoDevNet/ciscosparkapi.git@d5981926dcabd16985ab3782795ed1d37a0a0ba4 #egg=webexteamssdk
53
+ -e git+https://github.com/CiscoDevNet/ciscosparkapi.git@0724a5f99ed027a6818032c7395b50d56d8e6c18 #egg=webexteamssdk
Original file line number Diff line number Diff line change 9
9
cd " $( dirname " $0 " ) /.."
10
10
11
11
12
- # # Initialize the CI environment
13
- # echo "==> Initializing the CI environment"
14
- #
15
- #
16
- # # Setup the project
17
- # script/setup --dev
12
+ # Initialize the CI environment
13
+ echo " ==> Initializing the CI environment"
14
+
15
+
16
+ # Setup the project
17
+ script/setup --dev
18
18
19
19
20
20
# Run the test suite
Original file line number Diff line number Diff line change
1
+ #! /usr/bin/env bash
2
+ # Bootstrap the CI environment.
3
+ #
4
+ # Copyright (c) 2016-2018 Cisco and/or its affiliates.
5
+ # License: MIT
6
+
7
+
8
+ set -e
9
+ cd " $( dirname " $0 " ) /.."
10
+
11
+
12
+ # Initialize the CI environment
13
+ echo " ==> Bootstrapping the CI environment"
14
+
15
+
16
+ echo " Installing pipenv"
17
+ pip install --upgrade pipenv
Original file line number Diff line number Diff line change 9
9
cd " $( dirname " $0 " ) /.."
10
10
11
11
12
- echo " ==> Updating the package's dependencies"
12
+ echo " ==> Updating project dependencies"
13
13
echo " Update installed packages"
14
14
pipenv update --dev
15
15
echo " Freeze package requirements"
You can’t perform that action at this time.
0 commit comments