Skip to content

Commit 3e14848

Browse files
authored
Merge pull request #2 from Aathish04/Aathish04-patch-1
Aathish04 patch 1
2 parents bc1b0ba + 132c1de commit 3e14848

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,12 @@ branches:
5757
addons:
5858
homebrew:
5959
packages:
60+
- openssl
61+
- readline
6062
- ffmpeg
6163
- sox
64+
- pyenv
65+
- pyenv-virtualenv
6266
casks:
6367
- basictex
6468
update: true

.travis/osx.sh

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,5 @@
11
##### THIS IS FOR TRAVIS BUILDS, DO NOT RUN THIS ON YOUR COMPUTER! #####
22

3-
brew update
4-
brew install openssl readline
5-
brew outdated pyenv || brew upgrade pyenv
6-
brew install ffmpeg
7-
brew install pyenv-virtualenv
83
pyenv install $PYVER
94
export PYENV_VERSION=$PYVER
105
export PATH="/Users/travis/.pyenv/shims:${PATH}"

0 commit comments

Comments
 (0)