add flake8 install back

This commit is contained in:
chfw 2019-07-14 08:32:26 +01:00
parent 1478f083e7
commit 0fe3a5d8b4
1 changed files with 1 additions and 0 deletions

View File

@ -36,6 +36,7 @@ stages:
submodules: false
python: 3.6
stage: lint
install: pip install flake8
script: make lint
jobs: