Skip to content

Commit

Permalink
Added Travis build badge to README. added notes to travis config file
Browse files Browse the repository at this point in the history
  • Loading branch information
ntelfer committed Aug 24, 2018
1 parent cd3e6ae commit 6947a98
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,12 @@ before_install:
- cd ..

install:
# In the future we may need to change this to pull didery from github instead of Pypi
- pip install didery
- pip install -e ../didery.py
- dideryd &
- dideryd --port=8000 &

# Run Tests
script:
- pytest tests/ -vv
- pytest tests/ -vv
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
![didery logo](https://github.com/reputage/didery.js/blob/dev/logo/didery.png)

[![Documentation Status](https://readthedocs.org/projects/diderypy/badge/?version=latest)](https://diderypy.readthedocs.io/en/latest/?badge=latest)
[![Build Status](https://travis-ci.org/reputage/didery.py.svg?branch=master)](https://travis-ci.org/reputage/didery.py)

# Didery.py
Didery.py is a python library and command line wrapper for communicating with didery servers. It handles broadcasting data and polling data from remote didery servers and verifying consensus on the returned data.
Expand Down

0 comments on commit 6947a98

Please sign in to comment.