'make test' deleted

This commit is contained in:
gwen 2013-04-23 14:14:19 +02:00
parent 7cd44d6886
commit 604cb0339e

View file

@ -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)