diff options
| author | Kristian Evers <kristianevers@gmail.com> | 2017-09-20 14:11:09 +0200 |
|---|---|---|
| committer | Kristian Evers <kristianevers@gmail.com> | 2017-09-20 14:11:09 +0200 |
| commit | abdbb957e04b1c35297dd5cf4b8fb01097af5737 (patch) | |
| tree | 13e30dc28ec59663d815751f6cba6a03c8ae43b3 | |
| parent | 2edafb2504e3b20da6033e4a396636cfe22942f2 (diff) | |
| download | PROJ-abdbb957e04b1c35297dd5cf4b8fb01097af5737.tar.gz PROJ-abdbb957e04b1c35297dd5cf4b8fb01097af5737.zip | |
Use pip instead of pip3. pyevn should enforce usage of python3-compatible version of pip.
| -rwxr-xr-x | travis/install.sh | 2 |
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 |
