Skip to content

Commit 09bba08

Browse files
committed
ci: remove Scrutinizer
Ref: #421 (comment)
1 parent 97ed85a commit 09bba08

File tree

3 files changed

+1
-140
lines changed

3 files changed

+1
-140
lines changed

.scrutinizer.yml

Lines changed: 0 additions & 134 deletions
This file was deleted.

.travis.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ matrix:
1313
- python: 3.6
1414
env: CI_TARGET=checkqa TOXENV=checkqa,docs
1515
python:
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:
2321
install:
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

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
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

86
Pynvim implements support for python plugins in Nvim. It also works as a library for
97
connecting to and scripting Nvim processes through its msgpack-rpc API.

0 commit comments

Comments
 (0)