[gedit-plugins/flake8] flake8



commit 722af348c1bd9481bef3c9cc00c4008f3c3ceb00
Author: Jordi Mas <jmas softcatala org>
Date:   Wed May 15 07:44:35 2019 +0200

    flake8

 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 52af5cc..8d0fd53 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -11,7 +11,7 @@ build:
     - apt-get install valac libvte-2.91-dev libzeitgeist-2.0-dev gedit-dev -y
     - apt-get install python3 python3-dbus python-dbus-dev python3-gi appstream -y
     - apt-get install meson ninja-build -y
-    - apt-get install python3-flake8 -y
+    - python3 -m pip install --user flake8
 
   script:
     - cd plugins


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