We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b14b2b0 commit bb2733aCopy full SHA for bb2733a
.travis/build.sh
@@ -27,7 +27,7 @@ if [ ! -f dependencies/bin/bitcoind ]; then
27
rm -rf bitcoin-0.17.1-x86_64-linux-gnu.tar.gz bitcoin-0.17.1
28
fi
29
30
-pyenv global 3.7.1
+pyenv global 3.7
31
pip3 install --user --quiet -r requirements.txt -r tests/requirements.txt -r doc/requirements.txt
32
pip3 install --quiet \
33
pytest-test-groups==1.0.3
0 commit comments