Fixing pipenv issues on Travis CI

- Updated README.md
This commit is contained in:
Madhava Jay 2018-03-24 15:56:59 -03:00 committed by darrenl
parent 335114d96e
commit 5db0d3a890
2 changed files with 5 additions and 2 deletions

View File

@ -70,7 +70,10 @@ matrix:
- os: osx
language: generic
python: "3.6"
before_install:
env:
- PIPENV_VENV_IN_PROJECT=1
- PIPENV_IGNORE_VIRTUALENVS=1
install:
- brew upgrade python
- pip install pipenv
- pipenv --three

View File

@ -84,7 +84,7 @@ Python 3 + Qt5 (Works on macOS High Sierra)
python labelImg.py
python labelImg.py [IMAGE_PATH] [PRE-DEFINED CLASS FILE]
*NEW* Python 3 Virtualenv + Binary
**NEW** Python 3 Virtualenv + Binary
This avoids a lot of the QT / Python version issues,
and gives you a nice .app file with a new SVG Icon
in your /Applications folder.