Skip to content
Snippets Groups Projects
Commit 557d20e38564 authored by Simon Chabot's avatar Simon Chabot
Browse files

feat(py3): automatically report tests status

parent 764786103136
No related branches found
No related tags found
1 merge request!5feat(py3): automatically report tests status
Pipeline #59532 passed
......@@ -3,5 +3,5 @@
before_script:
- pip install tox
stage: tests
script: tox -e py3
script: tox -e py3 -- --junitxml=report.xml
artifacts:
......@@ -7,3 +7,6 @@
artifacts:
when: always
reports:
junit: report.xml
paths:
- py3-deprecated-warnings.json
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