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

stamping

parent 2685d5ba
No related branches found
No related tags found
No related merge requests found
Pipeline #16324 failed
......@@ -7,10 +7,8 @@ tests:
- export LC_ALL=C.UTF-8
- export LANG=C.UTF-8
- 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 .
- pip3 install -e .[dev]
- pip3 install -e .[test]
- pytest --cov=. --cov-report=html
coverage: '/^TOTAL.+?(\d+\%)$/'
artifacts:
......
......@@ -150,7 +150,7 @@ def setup_package():
extras_require = {
'test' : ['pytest', 'pytest-cov'],
'doc' : ['sphinx >= 3.0.2', 'numpydoc', 'docutils', 'sphinx-autoapi',
'sphinx_rtd_theme']},
'sphinx_rtd_theme']}
setup(version=version,
packages=packages,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment