Merging upstream version 17.2.0.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
06c5965633
commit
ff2afd7448
91 changed files with 42856 additions and 42624 deletions
5
Makefile
5
Makefile
|
@ -1,4 +1,4 @@
|
|||
.PHONY: install install-dev install-pre-commit test style check docs docs-serve
|
||||
.PHONY: install install-dev install-pre-commit test unit style check docs docs-serve
|
||||
|
||||
install:
|
||||
pip install -e .
|
||||
|
@ -12,6 +12,9 @@ install-pre-commit:
|
|||
test:
|
||||
python -m unittest
|
||||
|
||||
unit:
|
||||
SKIP_INTEGRATION=1 python -m unittest
|
||||
|
||||
style:
|
||||
pre-commit run --all-files
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue