aboutsummaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml4
1 files changed, 1 insertions, 3 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 9ba7d7b..a8c0737 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -23,8 +23,6 @@ build-gnunet-python:
23 image: gnunet-python:latest 23 image: gnunet-python:latest
24 only: 24 only:
25 - master 25 - master
26 install:
27 - apt-get install -y python3-pip python-gi python-gi-cairo python3-gi python3-gi-cairo gir1.2-gtk-3.0 python-dbus python3-flake8
28 - pip3 install --no-deps .
29 script: 26 script:
27 - pip3 install --no-deps .
30 - flake8 . 28 - flake8 .