aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKristian Evers <kristianevers@gmail.com>2017-09-20 15:57:40 +0200
committerKristian Evers <kristianevers@gmail.com>2017-09-20 15:57:40 +0200
commitf73859b91a20ae6299dcde08b2327b241be8226f (patch)
tree5c8caaec1e79987a13f17687442381f6d26b6306
parentf614731e180af45151820dadac7f1c686d3c0823 (diff)
downloadPROJ-f73859b91a20ae6299dcde08b2327b241be8226f.tar.gz
PROJ-f73859b91a20ae6299dcde08b2327b241be8226f.zip
Revert to using pip3
-rwxr-xr-xtravis/install.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/travis/install.sh b/travis/install.sh
index f21abc79..70b8e90d 100755
--- a/travis/install.sh
+++ b/travis/install.sh
@@ -92,7 +92,7 @@ ln -s nad share/proj
pwd
# install pyproj
export CFLAGS=
-PROJ_DIR=`pwd` pip install -v --user pyproj
+PROJ_DIR=`pwd` pip3 install -v --user pyproj
cd test/gigs
# run test_json.py