Skip to content

Commit

Permalink
Make minor improvements for CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
eamigo86 committed Jul 10, 2019
1 parent dc5532b commit 9dff899
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ script:

after_success:
- pip install codecov
- codecov --file coverage/lcov.info --disable search
- codecov -e TOXENV,DJANGO

notifications:
email: false
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@

# Graphene-Django-Extras
[![build-badget]][travis]
[![codecov.io][codecov-badget]][codecov]
[![codecov][codecov-badget]][codecov]
[![pypi-version]][pypi]
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/ambv/black)

[build-badget]: https://travis-ci.org/eamigo86/graphene-django-extras.svg?branch=master
[travis]: https://travis-ci.org/eamigo86/graphene-django-extras
[codecov-badget]: https://codecov.io/gh/eamigo86/graphene-diango-extras/coverage.svg?branch=master
[codecov]: https://codecov.io/gh/eamigo86/graphene-django-extras?branch=master
[codecov-badget]: https://codecov.io/gh/eamigo86/graphene-django-extras/branch/master/graph/badge.svg
[codecov]: https://codecov.io/gh/eamigo86/graphene-django-extras
[pypi-version]: https://img.shields.io/pypi/v/graphene_django_extras.svg
[pypi]: https://pypi.org/project/graphene_django_extras/

Expand Down Expand Up @@ -497,7 +497,7 @@ You can use this shortcuts too:

## Change Log:
#### v0.4.5:
1. Fixed compatibilities issues to use graphene-django==2.3.2.
1. Fixed compatibilities issues to use graphene-django>=2.3.2.
2. Improved code quality and use Black code format.
3. Fixed minor bug with "time ago" date directive.

Expand Down
24 changes: 20 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@

Graphene-Django-Extras
======================

.. image:: https://img.shields.io/badge/code%20style-black-000000.svg
:target: https://github.com/ambv/black
|build-status| |python-support| |license| |code-style|

This package add some extra functionalities to **graphene-django** to facilitate the graphql use without Relay:
1. Allows pagination and filtering on Queries.
Expand Down Expand Up @@ -515,7 +513,7 @@ Change Log:
*******
v0.4.5:
*******
1. Fixed compatibilities issues to use graphene-django==2.3.2.
1. Fixed compatibilities issues to use graphene-django>=2.3.2.
2. Improved code quality and use Black code format.
3. Fixed minor bug with "time ago" date directive.

Expand Down Expand Up @@ -746,3 +744,21 @@ v0.0.1-beta.5:
v0.0.1-beta.4:
**************
1. First commit


.. references-marker
.. |latest-version| image:: https://img.shields.io/pypi/v/graphene-django-extras.svg
:target: https://pypi.python.org/pypi/graphene-django-extras/
:alt: Latest version
.. |build-status| image:: https://img.shields.io/travis/eamigo86/graphene-django-extras/master.svg
:target: https://travis-ci.org/eamigo86/graphene-django-extras
:alt: Build status
.. |python-support| image:: https://img.shields.io/pypi/pyversions/graphene-django-extras.svg
:target: https://pypi.python.org/pypi/graphene-django-extras
:alt: Python versions
.. |license| image:: https://img.shields.io/pypi/l/graphene-django-extras.svg
:target: https://github.com/eamigo86/graphene-django-extras/blob/master/LICENSE
:alt: Software license
.. |code-style| image:: https://img.shields.io/badge/code%20style-black-000000.svg
:target: https://github.com/ambv/black
:alt: Black

0 comments on commit 9dff899

Please sign in to comment.