IAP GITLAB

Skip to content
Snippets Groups Projects
Commit e5430809 authored by Remy Prechelt's avatar Remy Prechelt
Browse files

Do not modify imports when run under CI.

parent 5a549e4d
No related branches found
No related tags found
No related merge requests found
...@@ -622,7 +622,7 @@ sanity: ...@@ -622,7 +622,7 @@ sanity:
- cd ${CI_PROJECT_DIR}/Python # change into the Python directory - cd ${CI_PROJECT_DIR}/Python # change into the Python directory
- pip install --user -e '.[test]' # install the package + test deps - pip install --user -e '.[test]' # install the package + test deps
- python -m mypy corsika - python -m mypy corsika
- python -m isort --atomic corsika tests - python -m isort --atomic --check-only corsika tests
- python -m black -t py37 corsika tests - python -m black -t py37 corsika tests
- python -m flake8 corsika tests - python -m flake8 corsika tests
- python -m pytest --cov=corsika tests - python -m pytest --cov=corsika tests
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment