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.
1 parent 899894f commit de5fb8eCopy full SHA for de5fb8e
.travis.yml
@@ -6,7 +6,9 @@
6
# http://stackoverflow.com/questions/22111549/travis-ci-with-clang-3-4-and-c11/30925448#30925448
7
# to allow C++11, though we are not yet building with -std=c++11
8
9
-before_install: pyenv install 3.5.4 && pyenv global 3.5.4
+#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"
12
install:
13
- if [[ $TRAVIS_OS_NAME == osx ]]; then
14
brew update;
0 commit comments