blob: 94264f6c5cd1055920c432d9004fa977c4c48611 [file] [log] [blame]
Fabio Utzig14301ab2020-04-16 17:20:38 -03001#!/bin/bash -x
2
3# Licensed under the Apache License, Version 2.0 (the "License");
4# you may not use this file except in compliance with the License.
5# You may obtain a copy of the License at
6#
7# http://www.apache.org/licenses/LICENSE-2.0
8#
9# Unless required by applicable law or agreed to in writing, software
10# distributed under the License is distributed on an "AS IS" BASIS
11# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12# See the License for the specific language governing permissions and
13# limitations under the License.
14
15if [[ $TRAVIS_PULL_REQUEST != "false" || $TRAVIS_BRANCH != "master" ]]; then
16 echo "Either a PR or not \"master\" branch, exiting"
17 exit 0
18fi
19
Fabio Utzig377307d2020-04-23 13:40:44 -030020pip3 install setuptools twine packaging
Fabio Utzig14301ab2020-04-16 17:20:38 -030021pip3 install --pre imgtool