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

Edit .gitlab-ci.yml

parent e0251c13
No related branches found
No related tags found
No related merge requests found
Pipeline #16192 failed
...@@ -10,7 +10,8 @@ tests: ...@@ -10,7 +10,8 @@ tests:
- pip3 install git+https://github.com/thibgo/randomscm.git@v0.0.0-alpha - 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 git+https://github.com/multi-learn/scikit-multimodallearn.git
- pip3 install -e . - pip3 install -e .
- pytest-3 - pip3 install -e .[dev]
- python -m pytest
coverage: '/^TOTAL.+?(\d+\%)$/' coverage: '/^TOTAL.+?(\d+\%)$/'
artifacts: artifacts:
paths: paths:
...@@ -54,8 +55,9 @@ pages: ...@@ -54,8 +55,9 @@ pages:
- if [ -f requirements.txt ]; then pip3 install -r requirements.txt; fi - 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/thibgo/randomscm.git@v0.0.0-alpha
- pip3 install git+https://github.com/multi-learn/scikit-multimodallearn.git - pip3 install git+https://github.com/multi-learn/scikit-multimodallearn.git
- pip3 install -e .[dev]
- pip3 install -e .[doc] - pip3 install -e .[doc]
- pytest-3 - python -m pytest
- sphinx-apidoc -o docs/source summit - sphinx-apidoc -o docs/source summit
- cd docs/source - cd docs/source
- sphinx-build -b html . ../build - 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