Skip to content

Commit

Permalink
added makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
ogabrielluiz committed Apr 29, 2023
1 parent 9591ef8 commit 96173ea
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
.PHONY: all install tests

all: help


tests:
pytest tests

install:
pip install -r requirements.txt


help:
@echo '----'
@echo 'tests - run tests'
@echo 'install - install dependencies'

0 comments on commit 96173ea

Please sign in to comment.