From 3f8b76e2c1ff3af225c6ffb769b4dfc97c149c3d Mon Sep 17 00:00:00 2001 From: Chris B Date: Thu, 10 Sep 2020 15:41:49 +0100 Subject: [PATCH] Update badges, add back win build (#47) --- .appveyor.yml | 2 +- README.rst | 24 ++++++++++++++++++++---- 2 files changed, 21 insertions(+), 5 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index 19d00ab..f507a89 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -1,7 +1,7 @@ environment: matrix: - - TOXENV: py27 - TOXENV: py37 + - TOXENV: py38 matrix: fast_finish: true diff --git a/README.rst b/README.rst index 14d7aaa..c2b2006 100644 --- a/README.rst +++ b/README.rst @@ -1,10 +1,26 @@ +.. image:: https://img.shields.io/pypi/v/nbsmoke + :target: https://pypi.org/project/nbsmoke/ + :alt: PyPI + +.. image:: https://pepy.tech/badge/nbsmoke + :target: https://pepy.tech/project/nbsmoke + :alt: PyPI Downloads + +.. image:: https://img.shields.io/conda/vn/conda-forge/nbsmoke + :target: https://anaconda.org/conda-forge/nbsmoke/ + :alt: conda-forge + +.. image:: https://img.shields.io/conda/dn/conda-forge/nbsmoke.svg?label=conda-forge + :target: https://anaconda.org/conda-forge/nbsmoke/ + :alt: conda-forge downloads + .. image:: https://travis-ci.org/pyviz-dev/nbsmoke.svg?branch=master :target: https://travis-ci.org/pyviz-dev/nbsmoke - :alt: See Build Status on Travis CI + :alt: Build Status on Travis CI (Linux) -.. image:: https://ci.appveyor.com/api/projects/status/p93ot2kmae55pw3o/branch/master?svg=true - :target: https://ci.appveyor.com/project/pyviz/nbsmoke/branch/master - :alt: See Build Status on AppVeyor +.. image:: https://ci.appveyor.com/api/projects/status/jsnhyaf1jqtcsc9a/branch/master?svg=true + :target: https://ci.appveyor.com/project/ceball/nbsmoke/branch/master + :alt: Build Status on AppVeyor (Windows) .. image:: https://coveralls.io/repos/github/pyviz-dev/nbsmoke/badge.svg?branch=master :target: https://coveralls.io/github/pyviz-dev/nbsmoke?branch=master