Skip to content

Commit

Permalink
readme shields now have links
Browse files Browse the repository at this point in the history
  • Loading branch information
gaborbernat authored Feb 10, 2020
1 parent 14fc278 commit 5c9b624
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
![PyPI](https://img.shields.io/pypi/v/virtualenv?style=flat-square)
![PyPI - Implementation](https://img.shields.io/pypi/implementation/virtualenv?style=flat-square)
![PyPI - Python Version](https://img.shields.io/pypi/pyversions/virtualenv?style=flat-square)
![Documentation](https://readthedocs.org/projects/virtualenv/badge/?version=latest&style=flat-square)
![PyPI - Downloads](https://img.shields.io/pypi/dm/virtualenv?style=flat-square)
![PyPI - License](https://img.shields.io/pypi/l/virtualenv?style=flat-square)
![Azure DevOps builds](https://img.shields.io/azure-devops/build/pypa/virtualenv/11?style=flat-square)
![Azure DevOps coverage](https://img.shields.io/azure-devops/coverage/pypa/virtualenv/11?style=flat-square)
[![PyPI](https://img.shields.io/pypi/v/virtualenv?style=flat-square)](https://pypi.org/project/virtualenv)
[![PyPI - Implementation](https://img.shields.io/pypi/implementation/virtualenv?style=flat-square)](https://pypi.org/project/virtualenv)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/virtualenv?style=flat-square)](https://pypi.org/project/virtualenv)
[![Documentation](https://readthedocs.org/projects/virtualenv/badge/?version=latest&style=flat-square)](http://virtualenv.pypa.io)
[![PyPI - Downloads](https://img.shields.io/pypi/dm/virtualenv?style=flat-square)](https://pypistats.org/packages/virtualenv)
[![PyPI - License](https://img.shields.io/pypi/l/virtualenv?style=flat-square)](https://opensource.org/licenses/MIT)
[![Build Status](https://dev.azure.com/pypa/virtualenv/_apis/build/status/pypa.virtualenv?branchName=master)](https://dev.azure.com/pypa/virtualenv/_build/latest?definitionId=11&branchName=master)
[![Azure DevOps coverage](https://img.shields.io/azure-devops/coverage/pypa/virtualenv/11?style=flat-square)](https://dev.azure.com/pypa/virtualenv/_build?definitionId=11&_a=summary)
[![Code style:
black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)

Expand Down

0 comments on commit 5c9b624

Please sign in to comment.