Swap pipenv shell for pipenv run
This commit is contained in:
parent
5ef19667dd
commit
c8932cca67
@ -77,12 +77,11 @@ matrix:
|
|||||||
- brew upgrade python
|
- brew upgrade python
|
||||||
- pip3 install pipenv
|
- pip3 install pipenv
|
||||||
- pipenv --three
|
- pipenv --three
|
||||||
- pipenv shell
|
- pipenv run pip install pyqt5 lxml
|
||||||
- pip3 install pyqt5 lxml
|
- pipenv run make qt5py3
|
||||||
- make qt5py3
|
|
||||||
- rm -rf build dist
|
- rm -rf build dist
|
||||||
- python setup.py py2app
|
- pipenv run python setup.py py2app
|
||||||
- xvfb-run make testpy3
|
- pipenv run xvfb-run make testpy3
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- exit 0
|
- exit 0
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user