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
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -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",