Skip to content

Commit

Permalink
Updates for coverall.io
Browse files Browse the repository at this point in the history
  • Loading branch information
karllark committed Mar 5, 2017
1 parent 2fbccde commit 48e8a79
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -153,4 +153,4 @@ after_success:
# If coveralls.io is set up for this package, uncomment the line
# below and replace "packagename" with the name of your package.
# The coveragerc file may be customized as needed for your package.
# - if [[ $SETUP_CMD == *coverage* ]]; then coveralls --rcfile='packagename/tests/coveragerc'; fi
- if [[ $SETUP_CMD == *coverage* ]]; then coveralls --rcfile='dust_extinction/tests/coveragerc'; fi
15 changes: 9 additions & 6 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,22 +1,25 @@
Astronomical dust extinction
============================

.. image:: https://readthedocs.org/projects/dust_extinction/badge/?version=latest
:target: https://readthedocs.org/projects/dust_extinction/?badge=latest
:alt: Documentation Status

.. image:: https://travis-ci.org/karllark/dust_extinction.svg?branch=master
:target: https://travis-ci.org/karllark/dust_extinction
:alt: CI Testing Status

.. image:: https://readthedocs.org/projects/dust_extinction/badge/?version=latest
:target: https://readthedocs.org/projects/dust_extinction/?badge=latest
:alt: Documentation Status
.. image:: https://coveralls.io/repos/github/karllark/dust_extinction/badge.svg?branch=master
:target: https://coveralls.io/github/karllark/dust_extinction?branch=master

.. image:: http://img.shields.io/badge/powered%20by-AstroPy-orange.svg?style=flat
:target: http://www.astropy.org
:alt: Powered by Astropy Badge

Astronomical dust extinction curves implemented in the
astropy.modeling framework.
This package provides astronomical interstellar dust extinction curves
implemented using the astropy.modeling framework.

dust_extinction is an potentially affiliated package of `AstroPy`_.
This package is potentially an affiliated package of `AstroPy`_.

In Development!
---------------
Expand Down

0 comments on commit 48e8a79

Please sign in to comment.