@@ -10,33 +10,17 @@ jobs:
10
10
fail-fast : false
11
11
matrix :
12
12
include :
13
-
14
- - {os: windows-latest, python_Version: '3.6', toxenv: 'py36-PyQt5'}
15
- - {os: windows-latest, python_Version: '3.6', toxenv: 'py36-PySide2'}
16
- - {os: windows-latest, python_Version: '3.7', toxenv: 'py37-PyQt5'}
17
- - {os: windows-latest, python_Version: '3.7', toxenv: 'py37-PySide2'}
18
- - {os: windows-latest, python_Version: '3.8', toxenv: 'py38-PyQt5'}
19
- - {os: windows-latest, python_Version: '3.8', toxenv: 'py38-PySide2'}
20
- - {os: windows-latest, python_Version: '3.9', toxenv: 'py39-PyQt5'}
21
- - {os: windows-latest, python_Version: '3.9', toxenv: 'py39-PySide2'}
22
-
23
- # No Python 3.6
24
- # Linux all failing on GHA
25
- # {os: linux-latest, python_Version: '3.7', toxenv: 'py37-PyQt5'}
26
- # {os: linux-latest, python_Version: '3.7', toxenv: 'py37-PySide2'}
27
- # {os: linux-latest, python_Version: '3.8', toxenv: 'py38-PyQt5'}
28
- # {os: linux-latest, python_Version: '3.8', toxenv: 'py38-PySide2'}
29
- # {os: linux-latest, python_Version: '3.9', toxenv: 'py39-PyQt5'}
30
- # {os: linux-latest, python_Version: '3.9', toxenv: 'py39-PySide2'}
31
-
32
- # No Python 3.6
33
- - {os: macos-latest, python_Version: '3.7', toxenv: 'py37-PyQt5'}
34
- - {os: macos-latest, python_Version: '3.7', toxenv: 'py37-PySide2'}
35
- - {os: macos-latest, python_Version: '3.8', toxenv: 'py38-PyQt5'}
36
- - {os: macos-latest, python_Version: '3.8', toxenv: 'py38-PySide2'}
13
+ - {os: windows-latest, python_Version: '3.7', toxenv: 'py37'}
14
+ - {os: windows-latest, python_Version: '3.8', toxenv: 'py38'}
15
+ - {os: windows-latest, python_Version: '3.9', toxenv: 'py39'}
16
+ # Linux still not working
17
+ # {os: linux-latest, python_Version: '3.7', toxenv: 'py37'}
18
+ # {os: linux-latest, python_Version: '3.8', toxenv: 'py38'}
19
+ # {os: linux-latest, python_Version: '3.9', toxenv: 'py39'}
20
+ - {os: macos-latest, python_Version: '3.7', toxenv: 'py37'}
21
+ - {os: macos-latest, python_Version: '3.8', toxenv: 'py38'}
37
22
# missing numcodecs wheels on 3.9. conda not yet an option. see gh-51
38
- # {os: macos-latest, python_Version: '3.9', toxenv: 'py39-PyQt5'}
39
- # {os: macos-latest, python_Version: '3.9', toxenv: 'py39-PySide2'}
23
+ # {os: macos-latest, python_Version: '3.9', toxenv: 'py39'}
40
24
41
25
steps :
42
26
- uses : actions/checkout@v1
77
61
python -m pip install -r requirements/requirements-dev.txt
78
62
79
63
- name : Test
80
- run : tox -e 'py37-PyQt5- coverage'
64
+ run : tox -e 'py37-coverage'
81
65
82
66
- uses : codecov/codecov-action@v1
83
67
with :
0 commit comments