Skip to content
Snippets Groups Projects

Update gitlab ci configuration

Closed Bo-Chun Chen requested to merge update-gitlab-ci into master
1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
+ 2
2
image: "python:3.7"
image: "python:3.6"
before_script:
before_script:
- python --version
- python --version
@@ -12,4 +12,4 @@ linting:
@@ -12,4 +12,4 @@ linting:
- lint
- lint
stage: lint
stage: lint
script:
script:
- pylint --ignore=tests.py --max-line-length=120 *.py app
- pylint --ignore=tests.py --max-line-length=79 *.py app
Loading