Skip to content
Snippets Groups Projects
Commit d48f5d60 authored by Pierre Smeyers's avatar Pierre Smeyers
Browse files

Merge branch 'fix-kicker' into 'master'

add py-package job in kicker configuration [skip-ci]

See merge request to-be-continuous/python!89
parents 27fc98e5 215faa2e
No related branches found
No related tags found
No related merge requests found
......@@ -51,6 +51,12 @@
}
],
"features": [
{
"id":"package",
"name":"package",
"description":"This job allows building your Python project [distribution packages](https://packaging.python.org/en/latest/glossary/#term-Distribution-Package).",
"enable_with": "PYTHON_PACKAGE_ENABLED"
},
{
"id": "pylint",
"name": "pylint",
......
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