repo.or.cz
/
pygobject.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
setup.py: add a "test" command which is equal to "make check" with autotools
[pygobject.git]
/
.gitlab-ci.yml
blob
5408a38fb699efb5761c12f09e66cc200e377ab2
1
services:
2
- docker
3
4
image: lazka/pygobject:latest
5
6
.defaults: &defaults
7
variables:
8
PYTHON: "$CI_JOB_NAME"
9
script:
10
- bash -x ./.gitlab-ci/test-docker.sh
11
12
python2.7:
13
<<: *defaults
14
15
python3.4:
16
<<: *defaults
17
18
python3.5:
19
<<: *defaults
20
21
python3.6:
22
<<: *defaults