From 898c3aa92cdecf864ada29143163273eea328693 Mon Sep 17 00:00:00 2001 From: Ganden Schaffner Date: Sat, 1 Aug 2020 12:53:46 -0700 Subject: [PATCH] Add Python version badge to README (#374) Review: @maffoo --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index feab2729..3cf04cf0 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,8 @@ # pylabrad +![Python Version](https://img.shields.io/badge/python-3.7+-blue.svg) [![PyPI](https://img.shields.io/pypi/v/pylabrad.svg)](https://pypi.python.org/pypi/pylabrad) -[![Build Status](https://secure.travis-ci.org/labrad/pylabrad.png)](http://travis-ci.org/labrad/pylabrad) +[![Build Status](https://secure.travis-ci.org/labrad/pylabrad.svg)](http://travis-ci.org/labrad/pylabrad) [![Coverage Status](https://coveralls.io/repos/labrad/pylabrad/badge.svg)](https://coveralls.io/r/labrad/pylabrad) pylabrad is an interface to the LabRAD system in python with support for both clients and servers.