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.
2 parents 899894f + d3ce75c commit 72f6cc7Copy full SHA for 72f6cc7
.travis.yml
@@ -6,7 +6,10 @@
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
+before_install: pyenv global 3.6
11
+# https://docs.travis-ci.com/user/languages/python/
12
+# "for Trusty, this means 2.7.6 and 3.4.3"
13
install:
14
- if [[ $TRAVIS_OS_NAME == osx ]]; then
15
brew update;
0 commit comments