Merge pull request #1097 from phw/update-ci-build-dependencies

Updated dependencies for Windows and macOS builds
This commit is contained in:
Philipp Wolfer
2019-02-16 17:39:06 +01:00
committed by GitHub
3 changed files with 12 additions and 4 deletions

View File

@@ -17,6 +17,7 @@ env:
- CODACY="$PIP_INSTALL codacy-coverage"
- LIBDISCID="libdiscid0 libdiscid-dev"
matrix:
- INSTALL_DEPS="$PIP_INSTALL -r requirements.txt"
- INSTALL_DEPS="$PIP_INSTALL pyqt5==5.11.3 mutagen discid"
- INSTALL_DEPS="$PIP_INSTALL pyqt5==5.10 mutagen discid"
- INSTALL_DEPS="$PIP_INSTALL pyqt5==5.9 mutagen discid"
@@ -39,7 +40,14 @@ matrix:
- DISCID_VERSION=0.6.2
- FPCALC_VERSION=1.4.3
- PYTHON_VERSION=3.7.2
- INSTALL_DEPS="$PIP_INSTALL pyqt5==5.11.3 mutagen discid"
- INSTALL_DEPS="$PIP_INSTALL -r requirements-macos.txt"
- os: osx
osx_image: xcode10.1
language: generic
env:
- DISCID_VERSION=0.6.2
- FPCALC_VERSION=1.4.3
- PYTHON_VERSION=3.7.2
fast_finish: true
before_install:
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo apt-get update -qq && sudo apt-get

View File

@@ -1,3 +1,3 @@
discid==1.1.1
mutagen==1.41.1
mutagen==1.42.0
PyQt5==5.10.1

View File

@@ -1,3 +1,3 @@
discid==1.1.1
mutagen==1.41.1
PyQt5==5.11.3
mutagen==1.42.0
PyQt5==5.12