Update .travis.yml

This commit is contained in:
mustafa ergul
2022-04-29 11:29:10 +03:00
committed by GitHub
parent f68ea4f0da
commit 66f537a24b

View File

@@ -16,6 +16,7 @@ cache:
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
- sudo apt-get install bzip2 libreadline6 libreadline6-dev openssl
- $SHELL --version 2> /dev/null || dpkg -s $SHELL 2> /dev/null || which $SHELL
- pyenv install "2.7.12" && pyenv global "2.7.12"
- curl --version