From 31fdd8e951f0986dfd6896ab760748680503d3cc Mon Sep 17 00:00:00 2001 From: Philipp Wolfer Date: Tue, 16 Oct 2018 10:55:52 +0200 Subject: [PATCH] Build: Explicitily set macOS build variables Explicitly set FPCALC_VERSION and DISCID_VERSION instead of relying on config on Travis CI. --- .travis.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 1d5d954eb..36c4225f3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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