X-Git-Url: https://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=makefile;h=63b577a3880ddcc48daa0db5ef797bd9c0e8cef3;hb=HEAD;hp=b4a41e4fa365cfb61761c8ec58870e1ed4eb856d;hpb=7dc61e259969f86d4f31706fcfe411e1677389f2;p=sage.d.git diff --git a/makefile b/makefile index b4a41e4..79cf89a 100644 --- a/makefile +++ b/makefile @@ -1,7 +1,7 @@ SAGE = $(shell which sage) check: - PYTHONPATH="." $(SAGE) -t --timeout=0 --memlimit=0 --long --exitfirst mjo/ + PYTHONPATH="." $(SAGE) -t --long --exitfirst mjo/ clean: find ./ -type f -name '*.pyc' -delete find ./ -type d -name '__pycache__' -delete