Skip to content
Snippets Groups Projects

Remove py2-flake8_extended job

Merged Prada Sarasola, Miguel requested to merge 59-py2-flake8_extended-faling into master
1 file
+ 1
8
Compare changes
  • Side-by-side
  • Inline
+ 1
8
@@ -8,9 +8,7 @@
.flake8_extended_template:
stage: .post
before_script:
- ${PYTHON_VERSION} -m pip install flake8 flake8-isort flake8-builtins
# The following flake8 extensions only work on python3
- ${PYTHON_VERSION} -m pip install flake8-eradicate flake8-functions-names flake8-return flake8-functions || true
- ${PYTHON_VERSION} -m pip install flake8 flake8-isort flake8-builtins flake8-eradicate flake8-functions-names flake8-return flake8-functions
script: ${PYTHON_VERSION} -m flake8 --max-line-length 120 --statistics --show-source .
allow_failure: true
@@ -49,11 +47,6 @@
- .flake8_extended_template
- .py3_template
.py2-flake8_extended:
extends:
- .flake8_extended_template
- .py2_template
.py3-security:
extends:
- .security_template
Loading