Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Daniel Scheffler
arosics
Commits
69143dbd
Commit
69143dbd
authored
Aug 10, 2018
by
Daniel Scheffler
Browse files
Fix for incompatible version of pycodestyle during CI.
parent
ea2f70aa
Pipeline
#3094
passed with stages
in 3 minutes and 28 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
69143dbd
...
...
@@ -39,6 +39,7 @@ test_styles:
-
source /root/miniconda3/bin/activate
-
export GDAL_DATA=/root/miniconda3/share/gdal
-
export PYTHONPATH=$PYTHONPATH:/root
# /root <- directory needed later
-
pip install "pycodestyle>=2.0.0,!=2.4.0"
# TODO remove as soon as docker runner is recreated
-
make lint
artifacts
:
paths
:
...
...
tests/CI_docker/context/environment_arosics.yml
View file @
69143dbd
...
...
@@ -36,7 +36,7 @@ dependencies:
-
flake8
-
pycodestyle
-
pylint
-
py
docstyle
-
py
codestyle<2.4.0
# fixes ImportError: module 'pycodestyle' has no attribute 'break_around_binary_operator'
-
nose
-
nose2
-
nose-htmloutput
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment