diff --git a/.travis.yml b/.travis.yml index ec03926..24c976b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,6 +17,7 @@ before_install: - sudo sed -i 's/mozilla\/DST_Root_CA_X3.crt/!mozilla\/DST_Root_CA_X3.crt/g' /etc/ca-certificates.conf - sudo update-ca-certificates -f - $SHELL --version 2> /dev/null || dpkg -s $SHELL 2> /dev/null || which $SHELL + - pyenv install "2.7.12" && pyenv global "2.7.14" - curl --version - wget --version - bash --version | head