From 8f70de435d305649ba2e61d410eaecc8a222765b Mon Sep 17 00:00:00 2001 From: "valentin.emiya" <valentin.emiya@lif.univ-mrs.fr> Date: Wed, 3 Jun 2020 16:40:31 +0200 Subject: [PATCH] update CI --- .gitlab-ci.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8ee0895..c4f9da2 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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: -- GitLab