Skip to content

Commit

Permalink
changed Makefile use of python3 -> python
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikBjare committed Mar 19, 2020
1 parent 751e682 commit 25ae699
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ build:

test:
aw-watcher-window --help
python3 -m mypy aw_watcher_window/ --ignore-missing-imports
python -m mypy aw_watcher_window/ --ignore-missing-imports

package:
pyinstaller aw-watcher-window.spec --clean --noconfirm
Expand Down

0 comments on commit 25ae699

Please sign in to comment.