diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..e08717a --- /dev/null +++ b/Makefile @@ -0,0 +1,2 @@ +test: + nosetests tests.py \ No newline at end of file