Swap pipenv shell for pipenv run
This commit is contained in:
+4
-5
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user