ci: Try PyQt 5.7 again

This commit is contained in:
Florian Bruhin 2020-07-03 12:39:52 +02:00
parent 7f1ced0e43
commit 86ef7641bc
2 changed files with 6 additions and 8 deletions

View File

@ -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

View File

@ -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