Skip to content
Snippets Groups Projects
Commit 89c2c10b authored by Dominique Benielli's avatar Dominique Benielli
Browse files

Edit .gitlab-ci.yml

parent e0251c13
Branches
Tags
No related merge requests found
Pipeline #16192 failed
......@@ -10,7 +10,8 @@ tests:
- pip3 install git+https://github.com/thibgo/randomscm.git@v0.0.0-alpha
- pip3 install git+https://github.com/multi-learn/scikit-multimodallearn.git
- pip3 install -e .
- pytest-3
- pip3 install -e .[dev]
- python -m pytest
coverage: '/^TOTAL.+?(\d+\%)$/'
artifacts:
paths:
......@@ -54,8 +55,9 @@ pages:
- if [ -f requirements.txt ]; then pip3 install -r requirements.txt; fi
- pip3 install git+https://github.com/thibgo/randomscm.git@v0.0.0-alpha
- pip3 install git+https://github.com/multi-learn/scikit-multimodallearn.git
- pip3 install -e .[dev]
- pip3 install -e .[doc]
- pytest-3
- python -m pytest
- sphinx-apidoc -o docs/source summit
- cd docs/source
- sphinx-build -b html . ../build
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment