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 branches found
No related tags found
No related merge requests found
Pipeline #11116 passed
......@@ -3,18 +3,18 @@ cache:
paths:
- .tox
stages:
- check_style
# - check_style
- build
before_script:
- pip install tox==2.9.1
pep8:
stage: check_style
script:
- tox -v -e pep8
docstyle:
stage: check_style
script:
- tox -v -e docstyle
# pep8:
# stage: check_style
# script:
# - tox -v -e pep8
# docstyle:
# stage: check_style
# script:
# - tox -v -e docstyle
build_image:
stage: build
image: 'docker:18.09.7'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment