aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Johannes Christ <[email protected]>2018-09-16 23:16:00 +0200
committerGravatar Johannes Christ <[email protected]>2018-09-16 23:16:00 +0200
commitf10ec7f36702f409abc6213c14eeaf413a3ceee6 (patch)
tree546f9fca41f091f941ea009134730c2ac78e9234
parentOmit Python header installation step. (diff)
Be talkative.
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 0385d1c2..392e8dbb 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -28,7 +28,7 @@ lint:
stage: lint
before_script:
- apk add python3-dev git libpq postgresql-dev gcc cmake autoconf automake musl-dev
- - python3 -m pip install .[lint]
+ - python3 -m pip install -vvv .[lint]
script:
- flake8
tags: