Skip to content
Snippets Groups Projects
Commit 59564751 authored by Lorenz Huedepohl's avatar Lorenz Huedepohl
Browse files

Use own images

parent 6660031a
Branches
No related tags found
No related merge requests found
Pipeline #
job-flake8-2.7: job-flake8-2:
image: python:2.7 image: mpcdf/osc-plugins/python2:flake8
script: script:
- flake8 --filename=*.py --count --ignore=E501 . - flake8 --filename=*.py --count --ignore=E501 .
job-flake8-3.6: job-flake8-3:
image: python:3.6 image: mpcdf/osc-plugins/python3:flake8
script: script:
- flake8 --filename=*.py --count --ignore=E501 . - flake8 --filename=*.py --count --ignore=E501 .
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment