flake8 clean up

This commit is contained in:
Eddy Hintze
2020-01-19 09:40:41 -05:00
parent e6817cc1de
commit 6fa1a54228
5 changed files with 94 additions and 32 deletions

View File

@@ -3,6 +3,7 @@ image: python:3
stages:
- test
- release
- tag
flake8:
stage: test
@@ -27,7 +28,7 @@ release-package:
git remote set-url origin "https://gitlab-ci-token:${CI_TAG_UPLOAD_TOKEN}@${url_host}"
tag:
stage: release
stage: tag
only:
- master
script: