--- py3: before_script:
- pip install tox
stage: tests
script: tox -e py3 -- --junitxml=report.xml
artifacts:
when: always reports: junit: report.xml
paths: - py3-deprecated-warnings.json