'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 tiramisu.egg-info/
|
||||
|
||||
test: clean
|
||||
py.test
|
||||
#test: clean
|
||||
# py.test
|
||||
|
||||
install:
|
||||
python setup.py install --no-compile $(PYTHON_OPTS)
|
||||
|
|
Loading…
Reference in a new issue