.gitlab-ci.yml
author Pierre-Yves David <pierre-yves.david@octobus.net>
Thu, 03 Oct 2019 22:46:21 -0400
branchstable
changeset 4873 91116cec0a67
child 4874 ab0d09c93532
permissions -rw-r--r--
gitlab-ci: basic test with flake8 Let us step into the future.

flake8:
    script:
        - pip install --user flake8
        - hg files -0 'set:(**.py or grep("^#!.*python")) - removed()' -X hgext3rd/evolve/thirdparty | xargs -0 ~/.local/bin/flake8