mirror of
https://github.com/fergalmoran/picard.git
synced 2026-02-22 15:44:59 +00:00
Build: Explicitily set macOS build variables
Explicitly set FPCALC_VERSION and DISCID_VERSION instead of relying on config on Travis CI.
This commit is contained in:
@@ -28,7 +28,10 @@ matrix:
|
||||
- os: osx
|
||||
osx_image: xcode6.4
|
||||
language: generic
|
||||
env: INSTALL_DEPS="$PIP_INSTALL -r requirements-macos.txt"
|
||||
env:
|
||||
- DISCID_VERSION=0.6.2
|
||||
- FPCALC_VERSION=1.4.3
|
||||
- INSTALL_DEPS="$PIP_INSTALL -r requirements-macos.txt"
|
||||
- python: "3.7"
|
||||
dist: xenial
|
||||
sudo: true
|
||||
|
||||
Reference in New Issue
Block a user