diff --git a/Makefile b/Makefile new file mode 100644 index 00000000..ddb3a803 --- /dev/null +++ b/Makefile @@ -0,0 +1,4 @@ +.PHONY: test + +test: + py.test -q tests/*.py