Skip to content
Snippets Groups Projects
Commit 8f70de43 authored by valentin.emiya's avatar valentin.emiya
Browse files

update CI

parent 43a03b2b
No related branches found
No related tags found
No related merge requests found
Pipeline #5094 failed
......@@ -5,8 +5,9 @@ tests:
- docker
script:
- cd python
- pip3 install --no-deps ltfatpy madarrays yafe skpomade
- pip3 install --no-deps ltfatpy madarrays yafe skpomade pandas
- pip3 install --no-deps .
- python3 -c "from tffpy.utils import generate_config; generate_config()"
- pytest-3
# generate the documentation
......@@ -18,9 +19,10 @@ pages:
- master
script:
- cd python
- pip3 install --no-deps ltfatpy madarrays yafe skpomade
- pip3 install --no-deps ltfatpy madarrays yafe skpomade pandas
- pip3 install --no-deps .
- python3 setup.py build_sphinx
- python3 -c "from tffpy.utils import generate_config; generate_config()"
- cp -r build/sphinx/html public
artifacts:
paths:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment