File tree Expand file tree Collapse file tree 2 files changed +36
-37
lines changed Expand file tree Collapse file tree 2 files changed +36
-37
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
- before_install :
23
- - sudo apt update
24
- - sudo apt-cache search xcb
25
- - sudo apt install -y xcb xvfb libxcb-xinerama0
22
+ # before_install:
23
+ # - sudo apt update
24
+ # - sudo apt install -y xcb xvfb libxcb-xinerama0
26
25
- python : ' 3.9'
27
26
env : TOXENV=py39
28
27
# Added power support architecture
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
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
48
47
49
48
cache :
50
49
directories :
Original file line number Diff line number Diff line change @@ -27,8 +27,8 @@ commands=
27
27
sphinx-build -b html -d {envtmpdir}/doctrees . {envtmpdir}/html
28
28
# sphinx-build -W -b html -d {envtmpdir}/doctrees . {envtmpdir}/html
29
29
30
- [testenv:py38]
31
- # one optional test has PyQt5 dep, only test that once
32
- deps =
33
- -rtests/requirements.txt
34
- PyQt5
30
+ # [testenv:py38]
31
+ # # one optional test has PyQt5 dep, only test that once
32
+ # deps =
33
+ # -rtests/requirements.txt
34
+ # PyQt5
You can’t perform that action at this time.
0 commit comments