Skip to content
Snippets Groups Projects
Commit e32fc97f authored by Benedikt Steinbusch's avatar Benedikt Steinbusch
Browse files

fix CI

parent 5bb9d6f9
Branches
Tags
No related merge requests found
Pipeline #96112 passed
...@@ -6,7 +6,7 @@ python_3_lint: ...@@ -6,7 +6,7 @@ python_3_lint:
before_script: before_script:
- pip install pylint - pip install pylint
script: script:
- pylint -j 8 --disable=wrong-import-position,deprecated-lambda setup.py bin/xenv xenv - pylint -j 8 --disable=wrong-import-position,deprecated-lambda setup.py xenv
python_3_flake: python_3_flake:
image: python:3 image: python:3
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment