Skip to content

Commit bb2733a

Browse files
cdeckerZmnSCPxj
authored andcommitted
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.
1 parent b14b2b0 commit bb2733a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ if [ ! -f dependencies/bin/bitcoind ]; then
2727
rm -rf bitcoin-0.17.1-x86_64-linux-gnu.tar.gz bitcoin-0.17.1
2828
fi
2929

30-
pyenv global 3.7.1
30+
pyenv global 3.7
3131
pip3 install --user --quiet -r requirements.txt -r tests/requirements.txt -r doc/requirements.txt
3232
pip3 install --quiet \
3333
pytest-test-groups==1.0.3

0 commit comments

Comments
 (0)