Skip to content

Commit

Permalink
Fix build error
Browse files Browse the repository at this point in the history
  • Loading branch information
tzutalin committed May 25, 2019
1 parent add1d99 commit 3ecc860
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 3ecc860

Please sign in to comment.