Skip to content

Commit

Permalink
Merge pull request #42 from jklenzing/coveralls
Browse files Browse the repository at this point in the history
Coveralls Support
  • Loading branch information
JonathonMSmith committed Apr 25, 2019
2 parents 5e61031 + daf200b commit 3614bb8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,15 @@ addons:
- gfortran

before_install:
- pip install coveralls
- pip install future
- pip install matplotlib
install:
- source activate test-environment
- python setup.py install
- make -C sami2py/fortran compile
script:
- nosetests -vs --with-coverage --cover-package=sami2py

after_success:
- coveralls
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# sami2py: sami2py is another model of the ionosphere python style
[![Build Status](https://travis-ci.com/jklenzing/sami2py.svg?branch=develop)](https://travis-ci.com/jklenzing/sami2py)
[![Coverage Status](https://coveralls.io/repos/github/jklenzing/sami2py/badge.svg?branch=develop)](https://coveralls.io/github/jklenzing/sami2py?branch=develop)

[![Build Status](https://travis-ci.com/jklenzing/sami2py.svg?branch=master)](https://travis-ci.org/jklenzing/sami2py)

# Overview

Expand Down

0 comments on commit 3614bb8

Please sign in to comment.