Skip to content
Snippets Groups Projects
Commit 6317d30c authored by Alexandre Poux's avatar Alexandre Poux
Browse files

fix gitlab-ci

parent 0cbeed52
No related branches found
Tags v0.1.0
No related merge requests found
Pipeline #16591 passed
......@@ -3,7 +3,7 @@ tests:
script:
- pip install -U pip setuptools wheel future
- pip install -U pytest pytest-html pytest-timeout pytest-cov
- pip install .[test]
- pip install .[test,transform]
- pytest --cov=pybos/ --cov-report=xml --junitxml=artifacts/pytest.xml
- coverage xml
- coverage report
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment