summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorJan Holthuis <jan.holthuis@ruhr-uni-bochum.de>2019-11-29 13:40:56 +0100
committerJan Holthuis <jan.holthuis@ruhr-uni-bochum.de>2019-11-29 13:53:46 +0100
commit65724d57c0c143ab5e961afdf99c0348d7a8aea1 (patch)
tree1b0a1784126a924d56d174a353baaeda659c18b6 /.travis.yml
parentdeb4c23423b6e4d4cdc89d96ec3386c1a913b25f (diff)
.travis.yml: Use python 3.7 by default on OSX
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 6a4d4501e3..a7b362f674 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,6 +1,5 @@
language: c++
-
# Build flags common to OS X and Linux.
# Parallel builds are important for avoiding OSX build timeouts.
# We turn off verbose output to avoid going over the 4MB output limit.
@@ -36,6 +35,7 @@ matrix:
- name: OSX/clang build
os: osx
compiler: clang
+ python: 3.7
# Workaround for bug in libopus's opus.h including <opus_multistream.h>
# instead of <opus/opus_multistream.h>.
# Virtual X (Xvfb) is needed for analyzer waveform tests