Skip to content

Commit

Permalink
Install dependencies for travis, add badge
Browse files Browse the repository at this point in the history
  • Loading branch information
deyk committed Oct 17, 2016
1 parent ae257b6 commit 2b15dca
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
Expand Up @@ -5,6 +5,7 @@ python:
# command to install dependencies
install:
pip install -r test-requirements.txt
python setup.py develop
# command to run tests
script:
nosetests --with-coverage --cover-package=duo
Expand Down
6 changes: 6 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,16 @@ Duo: A powerful, dynamic, pythonic interface to AWS DynamoDB
============================================================


.. image:: https://travis-ci.org/eykd/duo.svg?branch=master
:target: https://travis-ci.org/eykd/duo#

.. image:: https://coveralls.io/repos/github/eykd/duo/badge.svg?branch=master
:target: https://coveralls.io/github/eykd/duo?branch=master





Duo provides a few straightforward, Pythonic abstractions for working
with Amazon Web Services' DynamoDB. It's a very light wrapper around
`boto.dynamodb.layer2`, so you have full access to that excellent
Expand Down

0 comments on commit 2b15dca

Please sign in to comment.