Skip to content

Commit

Permalink
Try adding codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
endolith committed Jul 9, 2017
1 parent 77962c9 commit 37ccd72
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,12 @@ machine:

dependencies:
override:
- pip install -q numpy scipy pytest pytest-cov
- pip install numpy scipy pytest pytest-cov codecov
- git submodule init
- git submodule update

test:
override:
- pip install .
- pytest --cov=waveform_analysis --cov-report html
- pytest --cov=waveform_analysis
- codecov

0 comments on commit 37ccd72

Please sign in to comment.