diff options
author | 2018-09-16 23:16:00 +0200 | |
---|---|---|
committer | 2018-09-16 23:16:00 +0200 | |
commit | f10ec7f36702f409abc6213c14eeaf413a3ceee6 (patch) | |
tree | 546f9fca41f091f941ea009134730c2ac78e9234 | |
parent | Omit Python header installation step. (diff) |
Be talkative.
-rw-r--r-- | .gitlab-ci.yml | 2 |
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: |