Skip to content
Snippets Groups Projects
Commit 049e4402 authored by Michał Pogoda's avatar Michał Pogoda
Browse files

don't check pep8 on old pipeline

parent d36ad63e
No related merge requests found
Pipeline #11116 passed with stage
in 1 minute and 16 seconds
...@@ -3,18 +3,18 @@ cache: ...@@ -3,18 +3,18 @@ cache:
paths: paths:
- .tox - .tox
stages: stages:
- check_style # - check_style
- build - build
before_script: before_script:
- pip install tox==2.9.1 - pip install tox==2.9.1
pep8: # pep8:
stage: check_style # stage: check_style
script: # script:
- tox -v -e pep8 # - tox -v -e pep8
docstyle: # docstyle:
stage: check_style # stage: check_style
script: # script:
- tox -v -e docstyle # - tox -v -e docstyle
build_image: build_image:
stage: build stage: build
image: 'docker:18.09.7' image: 'docker:18.09.7'
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment