Skip to content

Commit 41ff85f

Browse files
authored
pyenv install (#713)
``` Unfortunately, since our latest image update, Python 3.5 doesn't come pre-installed anymore. Hence, you will have to install it via `pyenv` as a first step e.g. before_install - pyenv install 3.5.0 && pyenv global 3.5.0 support@travis-ci.com ```
1 parent 9079422 commit 41ff85f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# http://stackoverflow.com/questions/22111549/travis-ci-with-clang-3-4-and-c11/30925448#30925448
77
# to allow C++11, though we are not yet building with -std=c++11
88

9-
before_install: pyenv global 3.5
9+
before_install: pyenv install 3.5.4 && pyenv global 3.5.4
1010
install:
1111
- if [[ $TRAVIS_OS_NAME == osx ]]; then
1212
brew update;

0 commit comments

Comments
 (0)