diff --git a/Makefile b/Makefile index 88b2e0c..ad4528c 100644 --- a/Makefile +++ b/Makefile @@ -38,6 +38,9 @@ endif PYTEST = py.test $(PYTEST_ARGS) CODECOV_PATH = /tmp/codecov.sh +all: + $(error Take a look at https://vdirsyncer.pimutils.org/en/stable/tutorial.html#installation) + ci-test: curl -s https://codecov.io/bash > $(CODECOV_PATH) $(PYTEST) tests/unit/ @@ -57,9 +60,6 @@ ci-test-storage: test: $(PYTEST) -all: - $(error Take a look at https://vdirsyncer.pimutils.org/en/stable/tutorial.html#installation) - install-test: install-dev pip install -Ur test-requirements.txt set -xe && if [ "$$REQUIREMENTS" = "devel" ]; then \