Changed pip to pip3 for Travis OS X Images

This commit is contained in:
Madhava Jay 2018-03-24 16:08:29 -03:00 committed by darrenl
parent 5db0d3a890
commit 5ef19667dd

View File

@ -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