Skip to content
Snippets Groups Projects

Update gitlab CI

Merged Bo-Chun Chen requested to merge louistw/account-app:update-ci into master
1 file
+ 8
1
Compare changes
  • Side-by-side
  • Inline
+ 8
1
@@ -14,7 +14,7 @@ before_script:
@@ -14,7 +14,7 @@ before_script:
- python --version
- python --version
- python3 -m venv venv
- python3 -m venv venv
- source venv/bin/activate
- source venv/bin/activate
- pip install black==22.3.0 flake8==4.0.1
- pip install black==22.3.0 flake8==4.0.1 pylint==2.13.8
stages:
stages:
- lint
- lint
@@ -32,3 +32,10 @@ flake8:
@@ -32,3 +32,10 @@ flake8:
stage: lint
stage: lint
script:
script:
- flake8 .
- flake8 .
 
 
pylint:
 
tags:
 
- lint
 
stage: lint
 
script:
 
- pylint app *.py
Loading