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)