diff --git a/Makefile b/Makefile index e939408a63..4b5b1f4414 100644 --- a/Makefile +++ b/Makefile @@ -28,7 +28,6 @@ virtualenv: $(VIRTUAL_ENV) # ignores test_pythonpackage.py since it runs for too long test: $(TOX) -- tests/ --ignore tests/test_pythonpackage.py - @if test -n "$$CI"; then .tox/py$(PYTHON_MAJOR_MINOR)/bin/coveralls; fi; \ rebuild_updated_recipes: virtualenv . $(ACTIVATE) && \