ci: Don't run two Qt 5.7 environments

This commit is contained in:
Florian Bruhin 2020-07-03 13:50:33 +02:00
parent 5472aa20a1
commit fcd58000ca
1 changed files with 1 additions and 5 deletions

View File

@ -68,16 +68,12 @@ jobs:
matrix:
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-18.04
python: 3.5
### PyQt 5.9 (Python 3.6)
- testenv: py36-pyqt59
os: ubuntu-20.04
os: ubuntu-18.04
python: 3.6
### PyQt 5.10 (Python 3.6)
- testenv: py36-pyqt510