mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-03-25 08:55:50 +00:00
Show a useful help message by default
This commit is contained in:
parent
7b0d6671da
commit
39ccc168b2
1 changed files with 3 additions and 3 deletions
6
Makefile
6
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 \
|
||||
|
|
|
|||
Loading…
Reference in a new issue