File tree Expand file tree Collapse file tree 3 files changed +1
-140
lines changed Expand file tree Collapse file tree 3 files changed +1
-140
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -13,8 +13,6 @@ matrix:
1313 - python : 3.6
1414 env : CI_TARGET=checkqa TOXENV=checkqa,docs
1515python :
16- # If the build matrix gets bigger, also update the number of runs
17- # at the bottom of .scrutinizer.yml.
1816 - 2.7
1917 - 3.4
2018 - 3.5
@@ -23,7 +21,7 @@ python:
2321install :
2422 - if [ $CI_TARGET = tests ]; then
2523 eval "$(curl -Ss https://raw.githubusercontent.com/neovim/bot-ci/master/scripts/travis-setup.sh) nightly-x64";
26- pip install -q scrutinizer-ocular tox-travis;
24+ pip install -q tox-travis;
2725 else
2826 pip install -q tox;
2927 fi
@@ -36,6 +34,5 @@ after_script:
3634 coverage report -m;
3735 coverage xml;
3836 bash <(curl --retry 5 --silent --fail https://codecov.io/bash) -f coverage.xml;
39- ocular;
4037 set +x;
4138 fi
Original file line number Diff line number Diff line change 22
33[ ![ Build Status] ( https://travis-ci.org/neovim/pynvim.svg?branch=master )] ( https://travis-ci.org/neovim/pynvim )
44[ ![ Documentation Status] ( https://readthedocs.org/projects/pynvim/badge/?version=latest )] ( http://pynvim.readthedocs.io/en/latest/?badge=latest )
5- [ ![ Scrutinizer Code Quality] ( https://scrutinizer-ci.com/g/neovim/pynvim/badges/quality-score.png?b=master )] ( https://scrutinizer-ci.com/g/neovim/pynvim/?branch=master )
6- [ ![ Code Coverage] ( https://scrutinizer-ci.com/g/neovim/pynvim/badges/coverage.png?b=master )] ( https://scrutinizer-ci.com/g/neovim/pynvim/?branch=master )
75
86Pynvim implements support for python plugins in Nvim. It also works as a library for
97connecting to and scripting Nvim processes through its msgpack-rpc API.
You can’t perform that action at this time.
0 commit comments