diff --git a/.travis.yml b/.travis.yml index c330a6572..9c37529fb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -75,7 +75,7 @@ matrix: - PIPENV_IGNORE_VIRTUALENVS=1 install: - pip3 install pipenv - - pipenv --three + - pipenv install pyqt5 lxml - pipenv run pip install pyqt5 lxml - pipenv run make qt5py3 - rm -rf build dist diff --git a/setup.py b/setup.py index 5f85c1160..348c899c2 100644 --- a/setup.py +++ b/setup.py @@ -41,7 +41,7 @@ required_packages = find_packages() required_packages.append('labelImg') -APP = [NAME] +APP = [NAME + '.py'] OPTIONS = { 'argv_emulation': True, 'iconfile': 'resources/icons/app.icns'