Skip to content

Commit

Permalink
Merge d965d1f into eb9c3b9
Browse files Browse the repository at this point in the history
  • Loading branch information
ceball committed Sep 10, 2020
2 parents eb9c3b9 + d965d1f commit 5873df0
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
environment:
matrix:
- TOXENV: py27
- TOXENV: py37
- TOXENV: py38

matrix:
fast_finish: true
Expand Down
24 changes: 20 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
@@ -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

.. image:: https://img.shields.io/conda/dn/conda-forge/nbsmoke.svg?label=conda-forge
:target: https://anaconda.org/conda-forge/nbsmoke/
:alt: Conda 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
Expand Down

0 comments on commit 5873df0

Please sign in to comment.