aboutsummaryrefslogtreecommitdiffstats
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorGravatar Johannes Christ <[email protected]>2018-08-31 23:21:53 +0200
committerGravatar Johannes Christ <[email protected]>2018-08-31 23:21:53 +0200
commit27c897045ba48922c5a25b6bd24bd7c96b00cdd4 (patch)
tree8e5da83cead0bc4fc0cdb7008fc71188cf6fefd9 /.gitlab-ci.yml
parentMerge branch 'django+add-gitlab-ci' into 'django' (diff)
Install `flake8` on system.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 5389495a..c6eaac3d 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -26,7 +26,7 @@ lint:
image: registry.gitlab.com/python-discord/projects/site/django-base:latest
stage: lint
script:
- - pipenv install --dev
+ - pipenv install --dev --system
- flake8
test: