.gitlab-ci.yml
branchstable
changeset 4873 91116cec0a67
child 4874 ab0d09c93532
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/.gitlab-ci.yml	Thu Oct 03 22:46:21 2019 -0400
@@ -0,0 +1,5 @@
+flake8:
+    script:
+        - pip install --user flake8
+        - hg files -0 'set:(**.py or grep("^#!.*python")) - removed()' -X hgext3rd/evolve/thirdparty | xargs -0 ~/.local/bin/flake8
+