Skip to content

Commit

Permalink
Remove unneeded anchors from OSX shards
Browse files Browse the repository at this point in the history
Turns out Precise comes installed with 3.6 when requested! So we only need Pyenv for OSX, not Linux.
  • Loading branch information
Eric-Arellano committed Mar 12, 2019
1 parent 4a312a4 commit 96cb6ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ osx_setup: &osx_setup
packages:
- openssl
env:
- &env_pyenv >
- >
PYENV_ROOT="${HOME}/.pyenv"
PATH="${PYENV_ROOT}/shims:${PATH}"
- >
Expand All @@ -26,7 +26,7 @@ osx_setup: &osx_setup
LDFLAGS="-L/usr/local/opt/openssl/lib"
CPPFLAGS="-I/usr/local/opt/openssl/include"
before_install:
- &pyenv_install_py36 >
- >
git clone https://github.com/pyenv/pyenv ${PYENV_ROOT}
&& ${PYENV_ROOT}/bin/pyenv install 3.6.8
&& ${PYENV_ROOT}/bin/pyenv global 3.6.8
Expand Down

0 comments on commit 96cb6ac

Please sign in to comment.