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:
13
13
- python : 3.6
14
14
env : CI_TARGET=checkqa TOXENV=checkqa,docs
15
15
python :
16
- # If the build matrix gets bigger, also update the number of runs
17
- # at the bottom of .scrutinizer.yml.
18
16
- 2.7
19
17
- 3.4
20
18
- 3.5
@@ -23,7 +21,7 @@ python:
23
21
install :
24
22
- if [ $CI_TARGET = tests ]; then
25
23
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;
27
25
else
28
26
pip install -q tox;
29
27
fi
@@ -36,6 +34,5 @@ after_script:
36
34
coverage report -m;
37
35
coverage xml;
38
36
bash <(curl --retry 5 --silent --fail https://codecov.io/bash) -f coverage.xml;
39
- ocular;
40
37
set +x;
41
38
fi
Original file line number Diff line number Diff line change 2
2
3
3
[ ![ Build Status] ( https://travis-ci.org/neovim/pynvim.svg?branch=master )] ( https://travis-ci.org/neovim/pynvim )
4
4
[ ![ 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 )
7
5
8
6
Pynvim implements support for python plugins in Nvim. It also works as a library for
9
7
connecting to and scripting Nvim processes through its msgpack-rpc API.
You can’t perform that action at this time.
0 commit comments