Skip to content

Commit ab10703

Browse files
committed
Add coveralls support
1 parent 8c589b4 commit ab10703

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ python:
88
install:
99
- git submodule init
1010
- git submodule update
11-
- pip install -U setuptools
11+
- pip install -U setuptools coveralls
1212
- python bootstrap.py
1313
- ./bin/buildout
1414
before_script:
@@ -18,3 +18,5 @@ script:
1818
notifications:
1919
irc:
2020
- "irc.freenode.org#python-stop-words"
21+
after_success:
22+
coveralls

0 commit comments

Comments
 (0)