travis: Run coverage with PyQt 5.10

This commit is contained in:
Florian Bruhin 2018-06-12 10:53:34 +02:00
parent e066f83a7c
commit 2f97a597a4

View File

@ -18,9 +18,9 @@ matrix:
python: 3.5 python: 3.5
env: TESTENV=py35-pyqt571 env: TESTENV=py35-pyqt571
- os: linux - os: linux
env: TESTENV=py36-pyqt59-cov env: TESTENV=py36-pyqt59
- os: linux - os: linux
env: TESTENV=py36-pyqt510 env: TESTENV=py36-pyqt510-cov
# We need a newer Xvfb as a WORKAROUND for: # We need a newer Xvfb as a WORKAROUND for:
# https://bugreports.qt.io/browse/QTBUG-64928 # https://bugreports.qt.io/browse/QTBUG-64928
sudo: required sudo: required