File: .gitlab-ci.yml

package info (click to toggle)
python-ewoksdask 0.2.0-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, trixie
  • size: 136 kB
  • sloc: python: 242; makefile: 2
file content (29 lines) | stat: -rw-r--r-- 468 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
include:
  - project: dau/ci/pyci
    file: .gitlab-ci-template.yml

test-3.7:
  extends: .test-3.7

test-3.11:
  extends: .test-3.11

build_sdist:
  extends: .build_sdist

test_sdist-3.9:
  extends: .test_sdist-3.9
  variables:
    PYTEST_WARNINGS: "-W error -W ignore::RuntimeWarning:networkx.utils.backends" # networkx #7372

test_sdist-3.8-win:
  extends: .test_sdist-3.8-win

build_doc:
  extends: .build_doc

pages:
  extends: .pages

assets:
  extends: .assets