From 5db0d3a890e0d39e23103511b28165dbfcda744f Mon Sep 17 00:00:00 2001 From: Madhava Jay Date: Sat, 24 Mar 2018 15:56:59 -0300 Subject: [PATCH] Fixing pipenv issues on Travis CI - Updated README.md --- .travis.yml | 5 ++++- README.rst | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 51ca5f57..30ed04ce 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 diff --git a/README.rst b/README.rst index be122ac5..50c172ed 100644 --- a/README.rst +++ b/README.rst @@ -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.