mirror of
https://github.com/neovim/neovim.git
synced 2025-12-08 23:52:39 +00:00
Merge pull request #1038 '[RDY] Update APT package sources in travis.sh.'
This commit is contained in:
@@ -166,12 +166,13 @@ elif [ "$TRAVIS_BUILD_TYPE" = "clint" ]; then
|
|||||||
./scripts/clint.sh
|
./scripts/clint.sh
|
||||||
elif [ "$TRAVIS_BUILD_TYPE" = "api/python" ]; then
|
elif [ "$TRAVIS_BUILD_TYPE" = "api/python" ]; then
|
||||||
set_environment /opt/neovim-deps
|
set_environment /opt/neovim-deps
|
||||||
$MAKE_CMD
|
sudo apt-get update
|
||||||
sudo apt-get install expect valgrind
|
sudo apt-get install expect valgrind
|
||||||
|
$MAKE_CMD
|
||||||
git clone --depth=1 -b master git://github.com/neovim/python-client
|
git clone --depth=1 -b master git://github.com/neovim/python-client
|
||||||
cd python-client
|
cd python-client
|
||||||
sudo pip install .
|
sudo pip install .
|
||||||
sudo pip install nose
|
sudo pip install nose
|
||||||
test_cmd="nosetests --verbosity=2"
|
test_cmd="nosetests --verbosity=2"
|
||||||
nvim_cmd="valgrind -q --track-origins=yes --leak-check=yes --suppressions=$suppressions --log-file=$tmpdir/valgrind-%p.log ../build/bin/nvim -u NONE"
|
nvim_cmd="valgrind -q --track-origins=yes --leak-check=yes --suppressions=$suppressions --log-file=$tmpdir/valgrind-%p.log ../build/bin/nvim -u NONE"
|
||||||
if ! ../scripts/run-api-tests.exp "$test_cmd" "$nvim_cmd"; then
|
if ! ../scripts/run-api-tests.exp "$test_cmd" "$nvim_cmd"; then
|
||||||
|
|||||||
Reference in New Issue
Block a user