Skip to content

Commit

Permalink
Add Coveralls. Add badges for TravisCI build status, Coveralls, PyPi …
Browse files Browse the repository at this point in the history
…version and license.
  • Loading branch information
joncotton committed Jun 2, 2014
1 parent 6199748 commit 307f03c
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,14 @@ install:
- pip install -r requirements/dev.txt
- if [[ $DJANGO_VERSION == '1.3.7' ]]; then pip install "django-mptt>=0.5.5,<0.6" "django-model-utils>=1.0.0,<1.4"; else pip install "django-model-utils>=1.0.0"; fi
- pip install .
- pip install Django==$DJANGO_VERSION
- pip install coverage coveralls Django==$DJANGO_VERSION
env:
- DJANGO_VERSION=1.6.5
- DJANGO_VERSION=1.5.8
- DJANGO_VERSION=1.4.13
- DJANGO_VERSION=1.3.7
script: python -m armstrong.dev.dev_django test
script: coverage run -m armstrong.dev.dev_django test
after_success: coveralls
notifications:
email: false
irc:
Expand Down
14 changes: 14 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
armstrong.core.arm_sections
===========================

.. image:: https://travis-ci.org/armstrong/armstrong.core.arm_sections.svg?branch=master
:target: https://travis-ci.org/armstrong/armstrong.core.arm_sections
:alt: TravisCI status
.. image:: https://coveralls.io/repos/armstrong/armstrong.core.arm_sections/badge.png
:target: https://coveralls.io/r/armstrong/armstrong.core.arm_sections
:alt: Coverage status
.. image:: https://pypip.in/version/armstrong.core.arm_sections/badge.png
:target: https://pypi.python.org/pypi/armstrong.core.arm_sections/
:alt: PyPI Version
.. image:: https://pypip.in/license/armstrong.core.arm_sections/badge.png
:target: https://pypi.python.org/pypi/armstrong.core.arm_sections/
:alt: License

Provides content categorization within an Armstrong site.

The ``Section`` model provides hierarchical organization for content, or
Expand Down

0 comments on commit 307f03c

Please sign in to comment.