Skip to content

Commit

Permalink
added Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikBjare committed Apr 26, 2018
1 parent 9167ac5 commit 9a3dad1
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
run:
python3 main.py

get_data:
python3 download_data.py

test:
python3 -m pytest -v *.py

0 comments on commit 9a3dad1

Please sign in to comment.