travis: Switch to python 3.7 in pyenv

This commit is contained in:
Christian Decker
2019-12-18 11:00:47 +01:00
parent ec65c873b6
commit f8ea0e3562

View File

@@ -19,7 +19,7 @@ if [ ! -f dependencies/bin/bitcoind ]; then
rm -rf bitcoin-0.17.1-x86_64-linux-gnu.tar.gz bitcoin-0.17.1
fi
pyenv global 3.7.1
pyenv global 3.7
pip3 install --upgrade pip
pip3 install --user --quiet \
pyln-testing \