Changed pip to pip3 for Travis OS X Images
This commit is contained in:
parent
5db0d3a890
commit
5ef19667dd
@ -75,10 +75,10 @@ matrix:
|
|||||||
- PIPENV_IGNORE_VIRTUALENVS=1
|
- PIPENV_IGNORE_VIRTUALENVS=1
|
||||||
install:
|
install:
|
||||||
- brew upgrade python
|
- brew upgrade python
|
||||||
- pip install pipenv
|
- pip3 install pipenv
|
||||||
- pipenv --three
|
- pipenv --three
|
||||||
- pipenv shell
|
- pipenv shell
|
||||||
- pip install pyqt5 lxml
|
- pip3 install pyqt5 lxml
|
||||||
- make qt5py3
|
- make qt5py3
|
||||||
- rm -rf build dist
|
- rm -rf build dist
|
||||||
- python setup.py py2app
|
- python setup.py py2app
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user