Skip to content

Commit

Permalink
make file
Browse files Browse the repository at this point in the history
  • Loading branch information
rilma committed Oct 27, 2023
1 parent 7d68dc4 commit 300f4a4
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 @@

install:
pip -q install coveralls
pip install numpy
pip install -e .

test:
coverage run --source=. --module unittest discover --start-directory tests --verbose

0 comments on commit 300f4a4

Please sign in to comment.