Skip to content

Commit

Permalink
merged ci & tests
Browse files Browse the repository at this point in the history
  • Loading branch information
chrislit committed Oct 15, 2018
1 parent 432aac3 commit a789083
Showing 1 changed file with 22 additions and 24 deletions.
46 changes: 22 additions & 24 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,26 +1,24 @@
Abydos
======

+------------------+----------------------------------------------------+
| CI Status | |travis| |circle| |appveyor| |semaphore| |
+------------------+----------------------------------------------------+
| Code Quality | |codeclimate| |scrutinizer| |
| | |codacy| |codefactor| |ebert| |
+------------------+----------------------------------------------------+
| Dependencies | |requires| |snyk| |pyup| |
+------------------+----------------------------------------------------+
| Test Coverage | |coveralls| |
+------------------+----------------------------------------------------+
| Local Analysis | |pylint| |pycodestyle| |flake8| |
+------------------+----------------------------------------------------+
| Usage | |docs| |mybinder| |license| |sourcerank| |zenodo| |
+------------------+----------------------------------------------------+
| Contribution | |cii| |waffle| |openhub| |
+------------------+----------------------------------------------------+
| PyPI | |pypi| |pypi-ver| |
+------------------+----------------------------------------------------+
| conda-forge | |conda| |conda-dl| |conda-platforms| |
+------------------+----------------------------------------------------+
+------------------+------------------------------------------------------+
| CI & Test Status | |travis| |circle| |appveyor| |semaphore| |coveralls| |
+------------------+------------------------------------------------------+
| Code Quality | |codeclimate| |scrutinizer| |
| | |codacy| |codefactor| |ebert| |
+------------------+------------------------------------------------------+
| Dependencies | |requires| |snyk| |pyup| |
+------------------+------------------------------------------------------+
| Local Analysis | |pylint| |pycodestyle| |flake8| |
+------------------+------------------------------------------------------+
| Usage | |docs| |mybinder| |license| |sourcerank| |zenodo| |
+------------------+------------------------------------------------------+
| Contribution | |cii| |waffle| |openhub| |
+------------------+------------------------------------------------------+
| PyPI | |pypi| |pypi-ver| |
+------------------+------------------------------------------------------+
| conda-forge | |conda| |conda-dl| |conda-platforms| |
+------------------+------------------------------------------------------+

.. |travis| image:: https://travis-ci.org/chrislit/abydos.svg?branch=master
:target: https://travis-ci.org/chrislit/abydos
Expand All @@ -38,6 +36,10 @@ Abydos
:target: https://semaphoreci.com/chrislit/abydos
:alt: Semaphore Build Status

.. |coveralls| image:: https://coveralls.io/repos/github/chrislit/abydos/badge.svg?branch=master
:target: https://coveralls.io/github/chrislit/abydos?branch=master
:alt: Coverage Status

.. |codeclimate| image:: https://codeclimate.com/github/chrislit/abydos/badges/gpa.svg
:target: https://codeclimate.com/github/chrislit/abydos
:alt: Code Climate
Expand Down Expand Up @@ -70,10 +72,6 @@ Abydos
:target: https://pyup.io/repos/github/chrislit/abydos/
:alt: Updates

.. |coveralls| image:: https://coveralls.io/repos/github/chrislit/abydos/badge.svg?branch=master
:target: https://coveralls.io/github/chrislit/abydos?branch=master
:alt: Coverage Status

.. |pylint| image:: https://img.shields.io/badge/Pylint-9.55/10-green.svg
:target: #
:alt: Pylint Score
Expand Down

0 comments on commit a789083

Please sign in to comment.