We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bc1b0ba + 132c1de commit 3e14848Copy full SHA for 3e14848
.travis.yml
@@ -57,8 +57,12 @@ branches:
57
addons:
58
homebrew:
59
packages:
60
+ - openssl
61
+ - readline
62
- ffmpeg
63
- sox
64
+ - pyenv
65
+ - pyenv-virtualenv
66
casks:
67
- basictex
68
update: true
.travis/osx.sh
@@ -1,10 +1,5 @@
1
##### THIS IS FOR TRAVIS BUILDS, DO NOT RUN THIS ON YOUR COMPUTER! #####
2
3
-brew update
4
-brew install openssl readline
5
-brew outdated pyenv || brew upgrade pyenv
6
-brew install ffmpeg
7
-brew install pyenv-virtualenv
8
pyenv install $PYVER
9
export PYENV_VERSION=$PYVER
10
export PATH="/Users/travis/.pyenv/shims:${PATH}"
0 commit comments