From 59a86fcae88f3ce529c266356bc90475db96c43f Mon Sep 17 00:00:00 2001 From: Julio Biason Date: Mon, 24 Mar 2014 19:17:15 -0300 Subject: [PATCH] simplify running stuff with make --- Makefile | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 Makefile diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..06f3848 --- /dev/null +++ b/Makefile @@ -0,0 +1,2 @@ +test: + nosetests --with-xcoverage --cover-erase --cover-package=luncho