summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorSebastian Thiel <byronimo@gmail.com>2014-05-19 23:42:30 +0200
committerSebastian Thiel <byronimo@gmail.com>2014-05-19 23:42:55 +0200
commit13e3a809554706905418a48b72e09e2eba81af2d (patch)
tree0e19b80f148bea4d001a4ec5823cdf95467068d8 /.travis.yml
parentf9b915b066f28f4ac7382b855a8af11329e3400d (diff)
downloadgitpython-13e3a809554706905418a48b72e09e2eba81af2d.tar.gz
Added coverage report
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml5
1 files changed, 4 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 2a56becc..0a2906dc 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -7,5 +7,8 @@ python:
install:
- git submodule update --init --recursive
- git fetch --tags
+ - pip install coveralls
script:
- - nosetests
+ - nosetests --with-coverage
+# after_success: as long as we are not running smoothly ... give it the cover treatment every time
+ - coveralls