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