Skip to content

Commit 6def0df

Browse files
committed
Try adding codecov
1 parent 77962c9 commit 6def0df

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

circle.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,12 @@ machine:
44

55
dependencies:
66
override:
7-
- pip install -q numpy scipy pytest pytest-cov
7+
- pip install numpy scipy pytest pytest-cov codecov
88
- git submodule init
99
- git submodule update
1010

1111
test:
1212
override:
1313
- pip install .
1414
- pytest --cov=waveform_analysis --cov-report html
15+
- codecov

0 commit comments

Comments
 (0)