Test against more python qt versions

This commit is contained in:
Sambhav Kothari
2017-04-07 01:50:19 +05:30
parent 94d13f1a0b
commit e4e62bf5ae

View File

@@ -1,19 +1,24 @@
os: linux
dist: trusty
language: python
python: "3.6"
python:
- "3.5"
- "3.6"
cache:
- apt
- pip
env:
global:
- PIP_INSTALL="pip install"
matrix:
- DISCID="$PIP_INSTALL discid" MUTAGEN="$PIP_INSTALL mutagen>=1.37"
matrix:
- PYQT="$PIP_INSTALL pyqt5==5.7.1"
- PYQT="$PIP_INSTALL pyqt5==5.8"
- PYQT="$PIP_INSTALL pyqt5==5.8.1.1"
- PYQT="$PIP_INSTALL pyqt5==5.8.2"
before_install:
- sudo apt-get update -qq && sudo apt-get install -qq libdiscid0 libdiscid0-dev qt5-default
- $PIP_INSTALL sip
- $PIP_INSTALL pyqt5
- $PYQT
- $MUTAGEN
- $DISCID
install: