Skip to content

Commit

Permalink
add badges
Browse files Browse the repository at this point in the history
  • Loading branch information
ayushr2 committed Mar 23, 2019
1 parent 9dec2d0 commit c25a753
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# Chainlink
[![Build Status](https://travis-ci.com/illinois-cs241/chainlink.svg?branch=master)](https://travis-ci.com/illinois-cs241/chainlink)
[![Coverage Status](https://coveralls.io/repos/github/illinois-cs241/chainlink/badge.svg?branch=master)](https://coveralls.io/github/illinois-cs241/chainlink?branch=master)
![License](https://img.shields.io/badge/license-NCSA%2FIllinois-blue.svg)
![Python Versions](https://img.shields.io/badge/python-3.5%20%7C%203.6-blue.svg)

`chainlink` is a Python module for running Docker containers in sequence.

Expand Down Expand Up @@ -71,7 +75,7 @@ The run function returns a list of object, an example of which is annotated belo
# immediately before it was removed (see Docker SDK for details)
"data": { ... },
# whether or not the stage was killed due to a timeout
"killed": False
"killed": False,
# the stdout and stderr (with timestamps) for the stage
"logs": {
"stdout": b"bytestring",
Expand Down

0 comments on commit c25a753

Please sign in to comment.