From 5ef19667ddb333b2e76d861d93aae5b07ab87142 Mon Sep 17 00:00:00 2001 From: Madhava Jay Date: Sat, 24 Mar 2018 16:08:29 -0300 Subject: [PATCH] Changed pip to pip3 for Travis OS X Images --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 30ed04ce..e475aff8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -75,10 +75,10 @@ matrix: - PIPENV_IGNORE_VIRTUALENVS=1 install: - brew upgrade python - - pip install pipenv + - pip3 install pipenv - pipenv --three - pipenv shell - - pip install pyqt5 lxml + - pip3 install pyqt5 lxml - make qt5py3 - rm -rf build dist - python setup.py py2app