From 300f4a4035d581b303c2f6c1ab0bc69e8fcf62a2 Mon Sep 17 00:00:00 2001 From: "Ronald I." <14822065+rilma@users.noreply.github.com> Date: Fri, 27 Oct 2023 21:48:31 +0000 Subject: [PATCH] make file --- Makefile | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 Makefile diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..64ed380 --- /dev/null +++ b/Makefile @@ -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