Skip to content

Commit 6427011

Browse files
committed
Add existing file
1 parent 1fcfb40 commit 6427011

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.travis.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,11 @@ before_install:
66
- python --version
77
- pip install -U pip
88
- pip install -U pytest
9+
- pip install codecov
910
install:
1011
- pip install -r requirements.txt
1112

12-
script: python3 ML.py
13+
script: python3 ML.py --cov=Protein-feature-extraction
14+
15+
after_success:
16+
- codecov

0 commit comments

Comments
 (0)