From fe3e7fd972682e3fec6926a7cc66ededeab55701 Mon Sep 17 00:00:00 2001 From: Kristian Evers Date: Fri, 13 Oct 2017 16:15:19 +0200 Subject: Remove all occurences of python3 from CI scripts since it is not in use --- travis/before_install.sh | 1 - travis/osx/before_install.sh | 1 - 2 files changed, 2 deletions(-) diff --git a/travis/before_install.sh b/travis/before_install.sh index 249cb591..ccf59936 100755 --- a/travis/before_install.sh +++ b/travis/before_install.sh @@ -14,7 +14,6 @@ # What is the current python setup? which python python --version -python3 --version which pip pip --version diff --git a/travis/osx/before_install.sh b/travis/osx/before_install.sh index 11d1eaf4..17c0e141 100755 --- a/travis/osx/before_install.sh +++ b/travis/osx/before_install.sh @@ -6,4 +6,3 @@ set -e brew update brew install ccache -brew install python3 -- cgit v1.2.3