mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-02-22 06:41:44 +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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue