mirror of
https://github.com/open-source-parsers/jsoncpp.git
synced 2024-12-13 18:27:10 +01:00
8 lines
215 B
Bash
8 lines
215 B
Bash
|
set -vex
|
||
|
#before_install: pyenv install 3.5.4 && pyenv global 3.5.4
|
||
|
#before_install: pyenv global 3.6
|
||
|
# https://docs.travis-ci.com/user/languages/python/
|
||
|
# "for Trusty, this means 2.7.6 and 3.4.3"
|
||
|
|
||
|
pyenv global 3.6
|