Skip to content

Commit 1c26d83

Browse files
Merge pull request #13 from codonlibrary/codecovetest
Codecov addition
2 parents a454fd9 + 61b4772 commit 1c26d83

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

.travis.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@ language: python
22
python:
33
- 3.5
44
install:
5-
- pip install -r requirements.txt
5+
- pip install -r requirements.txt
6+
- pip install codecov
7+
- pip install pytest pytest-cov
68
script:
7-
- pytest
9+
- pytest --cov=./
10+
after_success:
11+
- codecov

0 commit comments

Comments
 (0)