summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
blob: 5408a38fb699efb5761c12f09e66cc200e377ab2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
services:
  - docker

image: lazka/pygobject:latest

.defaults: &defaults
  variables:
    PYTHON: "$CI_JOB_NAME"
  script:
   - bash -x ./.gitlab-ci/test-docker.sh

python2.7:
  <<: *defaults

python3.4:
  <<: *defaults

python3.5:
  <<: *defaults

python3.6:
  <<: *defaults