Build with Python 3.7.2 on macOS

This commit is contained in:
Philipp Wolfer
2019-02-01 18:15:21 +01:00
parent 5349dd033b
commit 93ada574be
2 changed files with 5 additions and 5 deletions

View File

@@ -30,7 +30,7 @@ matrix:
env:
- DISCID_VERSION=0.6.2
- FPCALC_VERSION=1.4.3
- PYTHON_VERSION=3.7.1
- PYTHON_VERSION=3.7.2
- INSTALL_DEPS="$PIP_INSTALL -r requirements-macos.txt"
- os: osx
osx_image: xcode7.3
@@ -38,7 +38,7 @@ matrix:
env:
- DISCID_VERSION=0.6.2
- FPCALC_VERSION=1.4.3
- PYTHON_VERSION=3.7.1
- PYTHON_VERSION=3.7.2
- INSTALL_DEPS="$PIP_INSTALL pyqt5==5.11.3 mutagen discid"
fast_finish: true
before_install:

View File

@@ -25,7 +25,7 @@ environment:
PYTHON_VERSION: 3.6.6
PYTHON_ARCH: 64
- PYTHON: C:\Python37-x64
PYTHON_VERSION: 3.7.0
PYTHON_VERSION: 3.7.1
PYTHON_ARCH: 64
build_script:
- cmd: >-
@@ -57,7 +57,7 @@ build_script:
python setup.py test -v
pyinstaller picard.spec
pyinstaller --noconfirm picard.spec
makensis.exe installer\picard-setup.nsi
@@ -72,4 +72,4 @@ deploy:
force_update: true
on:
APPVEYOR_REPO_TAG: true
PYTHON_VERSION: 3.7.0
PYTHON_VERSION: 3.7.1