mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-04-27 14:57:41 +00:00
Remove unnecessary param
This commit is contained in:
parent
37a7f9bea8
commit
627f574777
1 changed files with 1 additions and 3 deletions
4
Makefile
4
Makefile
|
|
@ -22,8 +22,6 @@ export COVERAGE := $(CI)
|
||||||
|
|
||||||
# Variables below this line are not very interesting for getting started.
|
# Variables below this line are not very interesting for getting started.
|
||||||
|
|
||||||
TEST_EXTRA_PACKAGES =
|
|
||||||
|
|
||||||
CODECOV_PATH = /tmp/codecov.sh
|
CODECOV_PATH = /tmp/codecov.sh
|
||||||
|
|
||||||
all:
|
all:
|
||||||
|
|
@ -65,7 +63,7 @@ release-deb:
|
||||||
install-dev:
|
install-dev:
|
||||||
pip install -U pip setuptools wheel
|
pip install -U pip setuptools wheel
|
||||||
pip install -e .
|
pip install -e .
|
||||||
pip install -Ur test-requirements.txt $(TEST_EXTRA_PACKAGES)
|
pip install -Ur test-requirements.txt
|
||||||
pip install pre-commit
|
pip install pre-commit
|
||||||
set -xe && if [ "$(REQUIREMENTS)" = "minimal" ]; then \
|
set -xe && if [ "$(REQUIREMENTS)" = "minimal" ]; then \
|
||||||
pip install -U --force-reinstall $$(python setup.py --quiet minimal_requirements); \
|
pip install -U --force-reinstall $$(python setup.py --quiet minimal_requirements); \
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue