diff options
author | Bernat Gabor <bgabor8@bloomberg.net> | 2018-10-26 10:13:06 +0100 |
---|---|---|
committer | Bernat Gabor <bgabor8@bloomberg.net> | 2018-10-26 10:20:02 +0100 |
commit | a2f532da8f49c29aa427f1adbf6185eb3f4e224f (patch) | |
tree | 9c640fbc1bd2968c935f9ddabe9a8d2f72478fe4 /README.rst | |
parent | 181b311349bf6dc26692e0693c2e000da6c071f6 (diff) | |
download | virtualenv-docs.tar.gz |
Fix documentationdocs
Diffstat (limited to 'README.rst')
-rw-r--r-- | README.rst | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -9,8 +9,8 @@ A tool for creating isolated 'virtual' python environments. .. image:: https://img.shields.io/pypi/pyversions/virtualenv.svg :target: https://pypi.org/project/virtualenv/ :alt: Supported Python versions -.. image:: https://dev.azure.com/pypa/virtualenv/_apis/build/status/pypa.virtualenv - :target: https://dev.azure.com/pypa/virtualenv/_apis/build/status/pypa.virtualenv?branchName=master +.. image:: https://dev.azure.com/pypa/virtualenv/_apis/build/status/pypa.virtualenv?branchName=master + :target: https://dev.azure.com/pypa/virtualenv/_build/latest?definitionId=11&branchName=master :alt: Azure Pipelines build status .. image:: https://readthedocs.org/projects/virtualenv/badge/?version=latest&style=flat-square :target: https://virtualenv.readthedocs.io/en/latest/?badge=latest |