Skip to content
Snippets Groups Projects

WIP: Update gitlab ci

Closed Bo-Chun Chen requested to merge louistw/account-app:update-gitlab-ci into master
1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
+ 1
0
image: "python:3.6"
image: "python:3.6"
before_script:
before_script:
 
- env
- python --version
- python --version
- pip install pylint
- pip install pylint
Loading