aboutsummaryrefslogtreecommitdiff
path: root/travis
diff options
context:
space:
mode:
authorKristian Evers <kristianevers@gmail.com>2017-10-13 16:15:19 +0200
committerKristian Evers <kristianevers@gmail.com>2017-10-13 18:54:07 +0200
commitfe3e7fd972682e3fec6926a7cc66ededeab55701 (patch)
treedc2ae4c3fc9b9fb23ff7cc6c4a23638cb10a0654 /travis
parentcc7626e8ca19ed44632dfdcd367f6e9871b0c0db (diff)
downloadPROJ-fe3e7fd972682e3fec6926a7cc66ededeab55701.tar.gz
PROJ-fe3e7fd972682e3fec6926a7cc66ededeab55701.zip
Remove all occurences of python3 from CI scripts since it is not in use
Diffstat (limited to 'travis')
-rwxr-xr-xtravis/before_install.sh1
-rwxr-xr-xtravis/osx/before_install.sh1
2 files changed, 0 insertions, 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