From abdbb957e04b1c35297dd5cf4b8fb01097af5737 Mon Sep 17 00:00:00 2001 From: Kristian Evers Date: Wed, 20 Sep 2017 14:11:09 +0200 Subject: Use pip instead of pip3. pyevn should enforce usage of python3-compatible version of pip. --- travis/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3