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:
Philipp Wolfer
2018-10-16 10:55:52 +02:00
parent 1f5f0f8c82
commit 31fdd8e951

View File

@@ -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