Skip to content

Commit a502d89

Browse files
committed
Adding coveralls push to travis.
1 parent 642d971 commit a502d89

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.travis.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,11 @@ language: python
22
python:
33
- "2.6"
44
- "2.7"
5-
# command to install dependencies
65
install:
76
- "make deps"
87
- "make install"
9-
# command to run tests
8+
before_script:
9+
- "pip install python-coveralls --use-mirrors"
1010
script: "make test"
11+
after_success:
12+
- "coveralls"

0 commit comments

Comments
 (0)