@cryptotaxi247 / netdata-1 / commits / b842fcab3

specify pip3 when installing git-semver package (#11817)

Co-authored-by: Marius Manea <marius@netdata.com>

maneamarius committed Nov 22, 2021 at 11:53 UTC b842fcab3d651ba53994ff5a33dedeb72f17a4d6
1 file changed +1 -1
.travis.yml
+1 -1
@@ -18,7 +18,7 @@ before_install:
18 #
19 install:
20 - sudo apt-get install -y libuv1-dev liblz4-dev libjudy-dev libcap2-bin zlib1g-dev uuid-dev fakeroot libipmimonitoring-dev libmnl-dev libnetfilter-acct-dev gnupg python3-pip
21 - - sudo pip install git-semver==0.3.2 # 11/Sep/2019: git-semver tip was broken, so we had to force last good run of it
21 + - sudo pip3 install git-semver==0.3.2 # 11/Sep/2019: git-semver tip was broken, so we had to force last good run of it
22 - source tests/installer/slack.sh
23 - export NOTIF_CHANNEL="automation-beta"
24 - if [ "${TRAVIS_REPO_SLUG}" = "netdata/netdata" ]; then export NOTIF_CHANNEL="automation"; fi;