Skip to content
Snippets Groups Projects

feat(py3): automatically report tests status

Merged Simon Chabot requested to merge topic/default/fix-release-heptapod into branch/default
1 file
+ 4
1
Compare changes
  • Side-by-side
  • Inline
+ 4
1
@@ -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
Loading