mirror of
https://github.com/ElementsProject/lightning.git
synced 2024-11-19 18:11:28 +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:
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
|
||||
|
Loading…
Reference in New Issue
Block a user