diff --git a/.travis.yml b/.travis.yml index 089087d..dbe8d01 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,6 +13,7 @@ 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 & @@ -20,4 +21,4 @@ install: # Run Tests script: - - pytest tests/ -vv \ No newline at end of file + - pytest tests/ -vv \ No newline at end of file diff --git a/README.md b/README.md index 025770d..652cca9 100644 --- a/README.md +++ b/README.md @@ -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.