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

.gitlab-ci.yml

parent 8344a444
No related branches found
No related tags found
No related merge requests found
Pipeline #112 failed
image: "python:3.8-slim"
before_script:
- pip install coverage
- pip install matplotlib==3.1.2
- pip install pandas==1.0.3
- pip install pyBigWig==0.3.17
- pip install seaborn==0.10.1
- pip install tqdm==4.47.0
- pip install lazyparser==0.2.0
tests:
script:
- coverage run -m unittest discover
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment