summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorHsiaoming Yang <me@lepture.com>2013-05-24 21:43:43 +0800
committerHsiaoming Yang <me@lepture.com>2013-05-24 21:43:43 +0800
commit122d1a6c4b6e34f3cec447ec8b2577a3f627cdfd (patch)
treebd91d39b8680880883d29f370be8cf67cafd35c8 /.travis.yml
parent792ec98b20fb176e348bd059d42b9b663859aac6 (diff)
downloadoauthlib-122d1a6c4b6e34f3cec447ec8b2577a3f627cdfd.tar.gz
add coveralls
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml11
1 files changed, 8 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index db8ee13..297be3a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -7,11 +7,16 @@ python:
- "pypy"
install:
- - pip install nose pycrypto mock
- - python .travis_install.py
+ - pip install nose pycrypto mock
+ - python .travis_install.py
script:
- - nosetests -w tests
+ - nosetests -w tests
+
+after_success:
+ - pip install coveralls
+ - nosetests --with-coverage --cover-package=oauthlib -w tests
+ - coveralls
branches:
only: