diff --git a/Makefile b/Makefile index 1c69fd3..a138f85 100644 --- a/Makefile +++ b/Makefile @@ -8,4 +8,4 @@ install: pip install tox test: install - tox -e flake8,$(PYVERSION)-$(BACKEND)-$(SALT) + tox -e flake8,$(PYVERSION)-$(BACKEND)-$(SALT) || cat /tmp/pepper-runtests.log