Install paramiko for future SFTP use.

This commit is contained in:
Pentarctagon 2020-02-19 20:42:01 -06:00 committed by Pentarctagon
parent ca987607fd
commit 6b3245f643

View File

@ -20,6 +20,7 @@ fi
if [ "$TRAVIS_OS_NAME" = "osx" ]; then
HOMEBREW_NO_AUTO_UPDATE=1 brew install ccache scons
yes | pip3 install paramiko
export PATH="/usr/local/opt/gettext/bin:/usr/local/opt/ccache/libexec:$PWD/utils/travis:$PATH"
export CC=ccache-clang
export CXX=ccache-clang++