From bb2733a226f86cee4f124e4ae104e47ff341485e Mon Sep 17 00:00:00 2001 From: Christian Decker Date: Wed, 18 Dec 2019 16:42:45 +0100 Subject: [PATCH] travis: Make python environment selection less picky Travis seems to have upgraded to a newer minor version of python3, so let's be way less picky about which exact version we want to run against. --- .travis/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis/build.sh b/.travis/build.sh index dbbdafa78..d1109e5ba 100755 --- a/.travis/build.sh +++ b/.travis/build.sh @@ -27,7 +27,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 --user --quiet -r requirements.txt -r tests/requirements.txt -r doc/requirements.txt pip3 install --quiet \ pytest-test-groups==1.0.3