File tree Expand file tree Collapse file tree 1 file changed +30
-29
lines changed Expand file tree Collapse file tree 1 file changed +30
-29
lines changed Original file line number Diff line number Diff line change 8
8
9
9
matrix :
10
10
include :
11
- - python : ' 3.6'
12
- env : TOXENV=docs
13
- - python : ' 3.6'
14
- env : TOXENV=flake8
15
- - python : ' 3.6'
16
- env : TOXENV=py36
17
- script : tox -vv
18
- - python : ' 3.7'
19
- env : TOXENV=py37
11
+ # - python: '3.6'
12
+ # env: TOXENV=docs
13
+ # - python: '3.6'
14
+ # env: TOXENV=flake8
15
+ # - python: '3.6'
16
+ # env: TOXENV=py36
17
+ # script: tox -vv
18
+ # - python: '3.7'
19
+ # env: TOXENV=py37
20
20
- python : ' 3.8'
21
21
env : TOXENV=py38
22
22
before_install :
23
23
- sudo apt update
24
- - sudo apt install -y xcb xvfb
24
+ - sudo apt-cache search xcb
25
+ - sudo apt install -y xcb xvfb libxcb-xinerama0
25
26
- python : ' 3.9'
26
27
env : TOXENV=py39
27
28
# Added power support architecture
28
- - arch : ppc64le
29
- python : ' 3.6'
30
- env : TOXENV=docs
31
- - arch : ppc64le
32
- python : ' 3.6'
33
- env : TOXENV=flake8
34
- - arch : ppc64le
35
- - arch : ppc64le
36
- python : ' 3.6'
37
- env : TOXENV=py36
38
- - arch : ppc64le
39
- python : ' 3.7'
40
- env : TOXENV=py37
41
- - arch : ppc64le
42
- python : ' 3.8'
43
- env : TOXENV=py38
44
- - arch : ppc64le
45
- python : ' 3.9'
46
- env : TOXENV=py39
29
+ # - arch: ppc64le
30
+ # python: '3.6'
31
+ # env: TOXENV=docs
32
+ # - arch: ppc64le
33
+ # python: '3.6'
34
+ # env: TOXENV=flake8
35
+ # - arch: ppc64le
36
+ # - arch: ppc64le
37
+ # python: '3.6'
38
+ # env: TOXENV=py36
39
+ # - arch: ppc64le
40
+ # python: '3.7'
41
+ # env: TOXENV=py37
42
+ # - arch: ppc64le
43
+ # python: '3.8'
44
+ # env: TOXENV=py38
45
+ # - arch: ppc64le
46
+ # python: '3.9'
47
+ # env: TOXENV=py39
47
48
48
49
cache :
49
50
directories :
You can’t perform that action at this time.
0 commit comments