Skip to content

Commit

Permalink
Fix README.rst (I hope). Version bump.
Browse files Browse the repository at this point in the history
  • Loading branch information
dougthor42 committed Feb 7, 2017
1 parent 11023dd commit 46c21af
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 33 deletions.
42 changes: 10 additions & 32 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
ci_setup_testing
================

Build Status:

+-----------+----------+-----------+------+
Expand All @@ -6,46 +9,21 @@ Build Status:
||travis-ci|||appveyor|||coveralls|||PyPI||
+-----------+----------+-----------+------+

+------------------------------------+
| Downloads |
+=========+=========+========+=======+
||DLTotal|||DLMonth|||DLWeek|||DLDay||
+---------+---------+--------+-------+



ci_setup_testing
============
Just me playing around with various Continuous Integration (CI) services...

.. |travis-ci| image:: https://travis-ci.org/dougthor42/ci_setup_testing.svg?branch=master
.. |travis-ci| image:: https://img.shields.io/travis/dougthor42/ci_setup_testing.svg
:target: https://travis-ci.org/dougthor42/ci_setup_testing
:alt: Travis-CI (Linux, Max)

.. |appveyor| image:: https://ci.appveyor.com/api/projects/status/ysg13pl7id6ql8re?svg=true
.. |appveyor| image:: https://img.shields.io/appveyor/ci/dougthor42/ci-setup-testing.svg
:target: https://ci.appveyor.com/project/dougthor42/ci-setup-testing
:alt: AppVeyor (Windows)

.. |coveralls| image:: https://coveralls.io/repos/dougthor42/ci_setup_testing/badge.svg?branch=master
:target: https://coveralls.io/r/dougthor42/ci_setup_testing?branch=master
.. |coveralls| image:: https://img.shields.io/coveralls/dougthor42/ci_setup_testing.svg
:target: https://coveralls.io/r/dougthor42/ci_setup_testing
:alt: Coveralls (code coverage)

.. |PyPI| image:: http://img.shields.io/pypi/v/wafer_map.svg?style=flat
:target: https://pypi.python.org/pypi/wafer_map/
:alt: Latest PyPI version

.. |DLMonth| image:: http://img.shields.io/pypi/dm/wafer_map.svg?style=flat
:target: https://pypi.python.org/pypi/wafer_map/
:alt: Number of PyPI downloads per Month

.. |DLTotal| image:: http://img.shields.io/pypi/d/wafer_map.svg?style=flat
:target: https://pypi.python.org/pypi/wafer_map/
:alt: Number of PyPI downloads

.. |DLWeek| image:: http://img.shields.io/pypi/dw/wafer_map.svg?style=flat
:target: https://pypi.python.org/pypi/wafer_map/
:alt: Number of PyPI downloads per week

.. |DLDay| image:: http://img.shields.io/pypi/dd/wafer_map.svg?style=flat
:target: https://pypi.python.org/pypi/wafer_map/
:alt: Number of PyPI downloads per day
.. |PyPI| image:: https://img.shields.io/badge/TestPyPI-Variable-brightgreen.svg
:target: https://testpypi.python.org/pypi/ci_setup_testing/
:alt: Latest PyPI version
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name = 'ci_setup_check',
version = '1.0.10',
version = '1.0.11',
description = """This is a demo package used for figuring out travics-ci
and AppVeyor""",
packages=['ci_setup_check', 'ci_setup_check.tests'],
Expand Down

0 comments on commit 46c21af

Please sign in to comment.