Skip to content
Snippets Groups Projects
Commit 3565a1b4 authored by Stefano Borini's avatar Stefano Borini
Browse files

Fixed help string

parent ac03f8d2
No related branches found
No related tags found
1 merge request!153Introduce CI package to handle installation and development
This commit is part of merge request !153. Comments created here will be created in the context of that merge request.
...@@ -85,7 +85,7 @@ def flake8(python_version): ...@@ -85,7 +85,7 @@ def flake8(python_version):
check_call(["edm", "run", "-e", env_name, "--", "flake8", "."]) check_call(["edm", "run", "-e", env_name, "--", "flake8", "."])
@cli.command(help="Builds the documentation") @cli.command(help="Runs the coverage")
@python_version_option @python_version_option
def coverage(python_version): def coverage(python_version):
env_name = get_env_name(python_version) env_name = get_env_name(python_version)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment