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

Edit .gitlab-ci.yml

parent d52a714b
No related branches found
No related tags found
No related merge requests found
Checking pipeline status
...@@ -5,6 +5,7 @@ tests: ...@@ -5,6 +5,7 @@ tests:
- docker - docker
script: script:
- if [ -f requirements.txt ]; then pip3 install -r requirements.txt; fi - if [ -f requirements.txt ]; then pip3 install -r requirements.txt; fi
- pip3 install -e .
- pip3 install -e .[test] - pip3 install -e .[test]
- pytest-3 - pytest-3
coverage: '/^TOTAL.+?(\d+\%)$/' coverage: '/^TOTAL.+?(\d+\%)$/'
...@@ -23,6 +24,7 @@ doc: ...@@ -23,6 +24,7 @@ doc:
- export LC_ALL=$(locale -a | grep en_US) - export LC_ALL=$(locale -a | grep en_US)
- export LANG=$(locale -a | grep en_US) - export LANG=$(locale -a | grep en_US)
- if [ -f requirements.txt ]; then pip3 install -r requirements.txt; fi - if [ -f requirements.txt ]; then pip3 install -r requirements.txt; fi
- pip3 install -e .
- pip3 install -e .[doc] - pip3 install -e .[doc]
- rm -Rf build - rm -Rf build
- python3 setup.py build_sphinx - python3 setup.py build_sphinx
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment