From 35f72afeebccc03a7b2e61f03d1d9ea44409da72 Mon Sep 17 00:00:00 2001 From: Luke Kenneth Casson Leighton Date: Thu, 2 May 2019 13:46:07 +0100 Subject: [PATCH] add make install and make test --- Makefile | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Makefile b/Makefile index 0a291687..185a0d22 100644 --- a/Makefile +++ b/Makefile @@ -1,3 +1,9 @@ gitupdate: git submodule init git submodule update --recursive + +install: + python3 setup.py develop # yes, develop, not install + +test: + python3 setup.py test # could just run nosetest3... -- 2.30.2