ci: Move Qt 5.13 back to Travis

We get another seccomp-bpf failure there
This commit is contained in:
Florian Bruhin 2020-07-02 22:42:30 +02:00
parent da4221f99e
commit 49a19a50cb
2 changed files with 11 additions and 3 deletions

View File

@ -83,9 +83,10 @@ jobs:
os: ubuntu-20.04
python: 3.8
### PyQt 5.13 (Python 3.8)
- testenv: py38-pyqt513
os: ubuntu-20.04
python: 3.8
# FIXME: seccomp-bpf failure in syscall 0230
# - testenv: py38-pyqt513
# os: ubuntu-20.04
# python: 3.8
### PyQt 5.14 (Python 3.8)
- testenv: py38-pyqt514
os: ubuntu-20.04

View File

@ -16,6 +16,13 @@ matrix:
- python: 3.7
env: TESTENV=py37-pyqt511
### PyQt 5.13 (Python 3.8)
- env: TESTENV=py38-pyqt513
addons:
apt:
packages:
- libxkbcommon-x11-0
### PyQt 5.15 (Python 3.8, with coverage)
- env: TESTENV=py38-pyqt515-cov
addons: