ci: Try PyQt 5.7 again
This commit is contained in:
parent
7f1ced0e43
commit
86ef7641bc
|
|
@ -62,9 +62,12 @@ jobs:
|
|||
include:
|
||||
### PyQt 5.7.1 (Python 3.5)
|
||||
# FIXME: Flaky tests / segfault on exit?
|
||||
# - testenv: py35-pyqt57
|
||||
# os: ubuntu-16.04
|
||||
# python: 3.5
|
||||
- testenv: py35-pyqt57
|
||||
os: ubuntu-16.04
|
||||
python: 3.5
|
||||
- testenv: py35-pyqt57
|
||||
os: ubuntu-18.04
|
||||
python: 3.5
|
||||
### PyQt 5.9 (Python 3.6)
|
||||
- testenv: py36-pyqt59
|
||||
os: ubuntu-20.04
|
||||
|
|
|
|||
|
|
@ -7,11 +7,6 @@ os: linux
|
|||
matrix:
|
||||
fast_finish: true
|
||||
include:
|
||||
### PyQt 5.7.1 (Python 3.5)
|
||||
- python: 3.5
|
||||
env: TESTENV=py35-pyqt57
|
||||
dist: xenial
|
||||
|
||||
### macOS Mojave (10.14)
|
||||
- os: osx
|
||||
env: TESTENV=py37-pyqt514 OSX=mojave
|
||||
|
|
|
|||
Loading…
Reference in New Issue