Skip to content

Commit 13367e8

Browse files
committed
trying codecov
1 parent a454fd9 commit 13367e8

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

.travis.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@ 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
67
script:
7-
- pytest
8+
- pytest
9+
- coverage run tests.py
10+
after_success:
11+
- codecov
12+

0 commit comments

Comments
 (0)