'make test' deleted
This commit is contained in:
parent
7cd44d6886
commit
604cb0339e
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
@ -22,8 +22,8 @@ clean:
|
||||||
$(RM) -r build
|
$(RM) -r build
|
||||||
$(RM) -r tiramisu.egg-info/
|
$(RM) -r tiramisu.egg-info/
|
||||||
|
|
||||||
test: clean
|
#test: clean
|
||||||
py.test
|
# py.test
|
||||||
|
|
||||||
install:
|
install:
|
||||||
python setup.py install --no-compile $(PYTHON_OPTS)
|
python setup.py install --no-compile $(PYTHON_OPTS)
|
||||||
|
|
Loading…
Reference in a new issue