travis: Remove install_functional_test_deps function

It is no longer needed after the lua client was added as dependency
(@69561ea922ae6789703c06cbc245929d7c625db9)
This commit is contained in:
Thiago de Arruda
2014-10-21 11:07:13 -03:00
parent 79b7263f79
commit 276ac99350
4 changed files with 0 additions and 15 deletions

View File

@@ -47,12 +47,6 @@ install_prebuilt_deps() {
fi
}
install_functional_test_deps() {
sudo pip install git+https://github.com/neovim/python-client.git
# Pass -E to let pip use PKG_CONFIG_PATH for luajit
sudo -E pip install lupa
}
tmpdir="$(pwd)/tmp"
rm -rf "$tmpdir"
mkdir -p "$tmpdir"