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