Skip to content

Commit

Permalink
Add CI badgers to README
Browse files Browse the repository at this point in the history
  • Loading branch information
djhoese committed Nov 3, 2018
1 parent f7f2566 commit dc490dc
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
language: generic
env:
global:
- CODECOV_TOKEN="5c7759c2-a50f-44fd-84f4-b222b34693d0"
- PYTHON_VERSION=$TRAVIS_PYTHON_VERSION
- NUMPY_VERSION=stable
- MAIN_CMD='python setup.py'
Expand Down
6 changes: 6 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
Donfig
======

.. image:: https://travis-ci.org/pytroll/donfig.svg?branch=master
:target: https://travis-ci.org/pytroll/donfig

.. image:: https://ci.appveyor.com/api/projects/status/mx2xytb89voslo6h/branch/master?svg=true
:target: https://ci.appveyor.com/project/pytroll/donfig/branch/master

Donfig is a python library meant to make configuration easier for other
python packages. Donfig can be configured programmatically, by
environment variables, or from YAML files in standard locations. The
Expand Down

0 comments on commit dc490dc

Please sign in to comment.