aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Edmund Lazo <jan.lazo@mail.utoronto.ca>2019-09-14 17:29:31 -0400
committerJan Edmund Lazo <jan.lazo@mail.utoronto.ca>2019-09-14 17:30:22 -0400
commit7be7ec98a22451ec75ce5eb9284fa1722b53c697 (patch)
treec4f8928dd6fd86943e184c19fe3df81e7edc12fa
parent67bede0b270600deeef23db28216cd88f03eb8a7 (diff)
downloadrneovim-7be7ec98a22451ec75ce5eb9284fa1722b53c697.tar.gz
rneovim-7be7ec98a22451ec75ce5eb9284fa1722b53c697.tar.bz2
rneovim-7be7ec98a22451ec75ce5eb9284fa1722b53c697.zip
ci/travis: install pynvim outside of $HOME
This runs the python tests on Travis. WIP: skip failing python tests
-rwxr-xr-xci/install.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/ci/install.sh b/ci/install.sh
index 134eb7968d..cda9a11f08 100755
--- a/ci/install.sh
+++ b/ci/install.sh
@@ -14,9 +14,9 @@ fi
# Use default CC to avoid compilation problems when installing Python modules.
echo "Install neovim module for Python 3."
-CC=cc python3 -m pip -q install --user --upgrade pynvim
+CC=cc python3 -m pip -q install --upgrade pynvim
echo "Install neovim module for Python 2."
-CC=cc python2 -m pip -q install --user --upgrade pynvim
+CC=cc python2 -m pip -q install --upgrade pynvim
echo "Install neovim RubyGem."
gem install --no-document --version ">= 0.8.0" neovim