Skip to content

Commit de5fb8e

Browse files
committed
Try to use default python on Trusty, for speed
Running `pyenv install` wastes about 3 minutes. * https://docs.travis-ci.com/user/languages/python "for Trusty, this means 2.7.6 and 3.4.3"
1 parent 899894f commit de5fb8e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@
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 install 3.5.4 && pyenv global 3.5.4
9+
#before_install: pyenv install 3.5.4 && pyenv global 3.5.4
10+
# https://docs.travis-ci.com/user/languages/python/
11+
# "for Trusty, this means 2.7.6 and 3.4.3"
1012
install:
1113
- if [[ $TRAVIS_OS_NAME == osx ]]; then
1214
brew update;

0 commit comments

Comments
 (0)