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.
This commit is contained in:
Christian Decker 2019-12-18 16:42:45 +01:00 committed by ZmnSCPxj, ZmnSCPxj jxPCSmnZ
parent b14b2b0490
commit bb2733a226

View File

@ -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