diff --git a/Makefile b/Makefile index 1738dc9d6..047aea783 100644 --- a/Makefile +++ b/Makefile @@ -79,7 +79,7 @@ pytest: $(VIRTUAL_ENV)/bin/py.test --reuse-db .PHONY: pytest-lastfailed -test-lastfailed: +pytest-lastfailed: $(VIRTUAL_ENV)/bin/py.test --reuse-db --last-failed .PHONY: pytest-clean