diff --git a/README.md b/README.md index 1df57a2254e0..cd17a9f93100 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,5 @@ # Python extension for Visual Studio Code -

- - - - - - -

- A [Visual Studio Code](https://code.visualstudio.com/) [extension](https://marketplace.visualstudio.com/VSCode) with rich support for the [Python language](https://www.python.org/) (_including Python 3.6_), with features including the following and more: * Linting ([Prospector](https://pypi.io/project/prospector/), [Pylint](https://pypi.io/project/pylint/), [pycodestyle](https://pypi.io/project/pycodestyle/), [Flake8](https://pypi.io/project/flake8/), [pylama](https://github.com/klen/pylama), [pydocstyle](https://pypi.io/project/pydocstyle/), [mypy](http://mypy-lang.org/) with config files and plugins) * Intellisense (autocompletion with support for PEP 484 and PEP 526) diff --git a/package.json b/package.json index 59fb161be76a..2d9b8c2438d5 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,19 @@ }, "bugs": { "url": "https://github.com/Microsoft/vscode-python/issues" - }, + }, + "badges": [ + { + "url": "https://travis-ci.org/Microsoft/vscode-python.svg?branch=master", + "href": "https://travis-ci.org/Microsoft/vscode-python", + "description": "Continuous integration" + }, + { + "url": "https://codecov.io/gh/Microsoft/vscode-python/branch/master/graph/badge.svg", + "href": "https://codecov.io/gh/Microsoft/vscode-python", + "description": "Test coverage" + } + ], "icon": "icon.png", "galleryBanner": { "color": "#1e415e",