Skip to content

Commit

Permalink
Add the coveralls to pip
Browse files Browse the repository at this point in the history
  • Loading branch information
Ronald Martins authored and Ronald Martins committed Jan 7, 2016
1 parent a0b9501 commit b445f10
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ matrix:
- python: 3.5
env: EXTRA=dj17
install:
- travis_retry pip install tox
- travis_retry pip install tox coveralls
script:
- tox -e $(echo py$TRAVIS_PYTHON_VERSION-$EXTRA | tr -d . | sed -e 's/pypypy/pypy/') -- --with-coverage
branches:
Expand Down
14 changes: 9 additions & 5 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,6 @@
aserializer
===========

About
=====

aserializer is an object serializer inspired by the django forms.

.. image:: https://travis-ci.org/onyg/aserializer.png?branch=master
:target: https://travis-ci.org/onyg/aserializer

Expand All @@ -17,6 +12,15 @@ aserializer is an object serializer inspired by the django forms.
:target: https://landscape.io/github/onyg/aserializer/master
:alt: Code Health

.. image:: https://img.shields.io/pypi/v/aserializer.svg
:target: https://pypi.python.org/pypi/aserializer/
:alt: pypi

About
=====

aserializer is an object serializer inspired by the django forms.

Examples
========
**Examples how code looks like**::
Expand Down

0 comments on commit b445f10

Please sign in to comment.