mirror of
https://github.com/Kozea/Radicale.git
synced 2025-07-02 16:58:30 +00:00
Improve message
This commit is contained in:
parent
fbe5e24f51
commit
fa0fc311e0
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ commands =
|
||||||
python -c 'import importlib.util, subprocess, sys; \
|
python -c 'import importlib.util, subprocess, sys; \
|
||||||
importlib.util.find_spec("mypy") \
|
importlib.util.find_spec("mypy") \
|
||||||
and sys.exit(subprocess.run(["mypy", "."]).returncode) \
|
and sys.exit(subprocess.run(["mypy", "."]).returncode) \
|
||||||
or print("mypy is not installed")'
|
or print("Skipped: mypy is not installed")'
|
||||||
pytest -r s --cov --cov-report=term --cov-report=xml .
|
pytest -r s --cov --cov-report=term --cov-report=xml .
|
||||||
|
|
||||||
[tool:isort]
|
[tool:isort]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue