Skip to content

Commit ee2b073

Browse files
Merge pull request #52 from pushkyn/pushkyn-patch-1
Update travis - add codecov
2 parents a3038ff + af66dd2 commit ee2b073

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

.travis.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,14 @@ python:
44
- '2.7'
55
- '3.4'
66
- '3.5'
7-
install: python setup.py install
8-
script: python test/__init__.py
7+
install:
8+
- python setup.py install
9+
- pip install codecov
10+
script:
11+
- python test/__init__.py
12+
- coverage run test/__init__.py
13+
after_success:
14+
- codecov
915
notifications:
1016
hipchat:
1117
rooms:

0 commit comments

Comments
 (0)