From 604cb0339e0f6fb302c6d9f39362a6a8a03c1002 Mon Sep 17 00:00:00 2001 From: gwen Date: Tue, 23 Apr 2013 14:14:19 +0200 Subject: [PATCH] 'make test' deleted --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 33922ac..f115d8c 100644 --- a/Makefile +++ b/Makefile @@ -22,8 +22,8 @@ clean: $(RM) -r build $(RM) -r tiramisu.egg-info/ -test: clean - py.test +#test: clean +# py.test install: python setup.py install --no-compile $(PYTHON_OPTS)