Skip to content
This repository has been archived by the owner on Nov 4, 2023. It is now read-only.

Commit

Permalink
Merge pull request #73 from psyfood/travis-badge
Browse files Browse the repository at this point in the history
DOC: Add Travis-CI status badge to README
  • Loading branch information
hoechenberger committed Oct 23, 2018
2 parents b33a688 + dd6c664 commit 2de8370
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
# Qmix pump and valve interface

<a href="https://pypi.org/project/pyqmix/">
<img src="https://img.shields.io/pypi/v/pyqmix.svg" alt="latest release" />
</a>
<img src="https://img.shields.io/pypi/v/pyqmix.svg" alt="Latest Release" />
</a>
<a href="https://pypi.org/project/pyqmix/">
<img src="https://travis-ci.org/psyfood/pyqmix.svg?branch=master" alt="Build Status" />
</a>

This Python package wraps the Cetoni Qmix pump and valve interface DLLs using
CFFI. Supports both Python 2 and 3.
Expand Down

0 comments on commit 2de8370

Please sign in to comment.