Skip to content

Commit

Permalink
Merge pull request #21 from mschmidt87/enh/coveralls
Browse files Browse the repository at this point in the history
Add coveralls support to travis config file and add badge to README
  • Loading branch information
jakobj committed Mar 22, 2018
2 parents 8c6408b + 95b757c commit c74de27
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .travis.yml
Expand Up @@ -16,8 +16,11 @@ before_install:
- pip install --upgrade pip
install:
- conda install --yes python=$TRAVIS_PYTHON_VERSION numpy nose h5py
- pip install --upgrade quantities future pytest
- pip install --upgrade quantities future
- pip install pytest pytest-cov coveralls
- pip install h5py_wrapper

script:
- pytest
after_success:
- coveralls

1 change: 1 addition & 0 deletions README.md
Expand Up @@ -12,3 +12,4 @@ Code status
===========

[![Build Status](https://travis-ci.org/INM-6/python-dicthash.svg?branch=master)](https://travis-ci.org/INM-6/python-dicthash)
[![Coverage Status](https://coveralls.io/repos/github/INM-6/python-dicthash/badge.svg?branch=master)](https://coveralls.io/github/INM-6/python-dicthash?branch=master)

0 comments on commit c74de27

Please sign in to comment.