mirror of
https://github.com/fergalmoran/picard.git
synced 2026-01-07 17:14:55 +00:00
Build with Python 3.7.2 on macOS
This commit is contained in:
@@ -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:
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user