Skip to content
Snippets Groups Projects

Introduce CI package to handle installation and development

Merged Adham Hashibon requested to merge ci-package into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -85,7 +85,7 @@ def flake8(python_version):
check_call(["edm", "run", "-e", env_name, "--", "flake8", "."])
@cli.command(help="Builds the documentation")
@cli.command(help="Runs the coverage")
@python_version_option
def coverage(python_version):
env_name = get_env_name(python_version)
Loading