Skip to content

Commit

Permalink
Merge aba9dce into b14b829
Browse files Browse the repository at this point in the history
  • Loading branch information
jklenzing committed Apr 24, 2019
2 parents b14b829 + aba9dce commit 85f0dd8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
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
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
[![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)

# Overview

Expand Down

0 comments on commit 85f0dd8

Please sign in to comment.