mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-25 01:54:21 +01:00
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:
committed by
ZmnSCPxj, ZmnSCPxj jxPCSmnZ
parent
b14b2b0490
commit
bb2733a226
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user