Skip to content
Snippets Groups Projects
py3.yml 269 B
Newer Older
  image: ${CI_REGISTRY}/cubicweb/dockerfiles/buster-slim-pg11
  stage: tests
  script: tox -e py3 -- --junitxml=report.xml
  artifacts:
    when: always
    reports:
      junit: report.xml
    paths:
      - py3-deprecated-warnings.json