diff --git a/Makefile b/Makefile index 15b34dd..c4b62c1 100644 --- a/Makefile +++ b/Makefile @@ -64,7 +64,7 @@ check-all: check-install: check-doctest check-example check-doctest: install - $(PYTHON) -m pytest . --traceconfig + $(PYTHON) -m pytest . check-example: install $(PYTHON) -m pip install -U build setuptools wheel Cython