Skip to content

Commit d3ce75c

Browse files
committed
pyenv global 3.6
We need pip3, and TravisCI build error says: The `pip3` command exists in these Python versions: 3.6, 3.6.3
1 parent de5fb8e commit d3ce75c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
# to allow C++11, though we are not yet building with -std=c++11
88

99
#before_install: pyenv install 3.5.4 && pyenv global 3.5.4
10+
before_install: pyenv global 3.6
1011
# https://docs.travis-ci.com/user/languages/python/
1112
# "for Trusty, this means 2.7.6 and 3.4.3"
1213
install:

0 commit comments

Comments
 (0)