mirror of
https://github.com/Kozea/Radicale.git
synced 2025-04-03 21:27:36 +03:00
Improve message
This commit is contained in:
parent
c589c9fc0d
commit
86ada4cf97
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ commands =
|
|||
python -c 'import importlib.util, subprocess, sys; \
|
||||
importlib.util.find_spec("mypy") \
|
||||
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 .
|
||||
|
||||
[tool:isort]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue