Skip to content
Snippets Groups Projects
Commit fdf488f3 authored by nfontrod's avatar nfontrod
Browse files

.gitlab-ci.yml: execute flake8 in tests jobs

parent 673a382f
No related branches found
No related tags found
No related merge requests found
Pipeline #134 failed
...@@ -21,9 +21,11 @@ tests: ...@@ -21,9 +21,11 @@ tests:
- pip install lazyparser==0.2.0 - pip install lazyparser==0.2.0
- pip install pyfaidx==0.5.7 - pip install pyfaidx==0.5.7
- pip install biopython==1.75 - pip install biopython==1.75
- pip install flake8
script: script:
- coverage run -m unittest discover - coverage run -m unittest discover
- coverage xml - coverage xml
- flake8 --output-file .flake8-report.txt
artifacts: artifacts:
untracked: true untracked: true
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment