aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKristian Evers <kristianevers@gmail.com>2017-09-20 14:11:09 +0200
committerKristian Evers <kristianevers@gmail.com>2017-09-20 14:11:09 +0200
commitabdbb957e04b1c35297dd5cf4b8fb01097af5737 (patch)
tree13e30dc28ec59663d815751f6cba6a03c8ae43b3
parent2edafb2504e3b20da6033e4a396636cfe22942f2 (diff)
downloadPROJ-abdbb957e04b1c35297dd5cf4b8fb01097af5737.tar.gz
PROJ-abdbb957e04b1c35297dd5cf4b8fb01097af5737.zip
Use pip instead of pip3. pyevn should enforce usage of python3-compatible version of pip.
-rwxr-xr-xtravis/install.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/travis/install.sh b/travis/install.sh
index 70b8e90d..f21abc79 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` pip3 install -v --user pyproj
+PROJ_DIR=`pwd` pip install -v --user pyproj
cd test/gigs
# run test_json.py