diff --git a/Makefile b/Makefile new file mode 100644 index 00000000..c5637dcc --- /dev/null +++ b/Makefile @@ -0,0 +1,6 @@ +.PHONY: all test + +all: test + +test: + python setup.py test