[gedit-plugins/flake8] CI



commit a7326b8e09b220057d12acba6205f8d7ef1184f1
Author: Jordi Mas <jmas softcatala org>
Date:   Tue May 14 22:23:19 2019 +0200

    CI

 .gitlab-ci.yml | 8 ++++++++
 1 file changed, 8 insertions(+)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 4c3accc..c4f5394 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -16,3 +16,11 @@ build:
     - meson _build
     - ninja -C _build dist
 
+flake8:
+  stage: check
+  script:
+    - apt-get install python3-flake8 -y
+    - cd plugins
+    - flake8 --select=F --ignore=F401
+
+


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]