Travis: use inline mako install

Needed for next patch.
This commit is contained in:
lisa neigut 2019-07-15 19:20:45 -05:00 committed by Rusty Russell
parent 118caae45b
commit 01e292a3ff

View File

@ -26,6 +26,7 @@ if [ ! -f dependencies/bin/bitcoind ]; then
fi
pyenv global 3.7
pip3 install --user --quiet mako
pip3 install --user --quiet -r tests/requirements.txt
pip3 install --quiet \
pytest-test-groups==1.0.3