comparison .gitlab-ci.yml @ 4873:91116cec0a67 stable

gitlab-ci: basic test with flake8 Let us step into the future.
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Thu, 03 Oct 2019 22:46:21 -0400
parents
children ab0d09c93532
comparison
equal deleted inserted replaced
4870:ca34404abaef 4873:91116cec0a67
1 flake8:
2 script:
3 - pip install --user flake8
4 - hg files -0 'set:(**.py or grep("^#!.*python")) - removed()' -X hgext3rd/evolve/thirdparty | xargs -0 ~/.local/bin/flake8
5