summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorHsiaoming Yang <me@lepture.com>2013-05-29 20:18:56 +0800
committerHsiaoming Yang <me@lepture.com>2013-05-29 20:18:56 +0800
commit77a4bf2fb595e79bb24d8173c69b8886e852fe33 (patch)
treee779b86f2a1ddc1597bd2c5d6c16d49be89b4dd0 /.travis.yml
parent21d31ee5aa2284b9a26037a99a7cf99a37131bd2 (diff)
downloadoauthlib-77a4bf2fb595e79bb24d8173c69b8886e852fe33.tar.gz
coverall only cover the package, not the tests
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 297be3a..a2ca839 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -15,7 +15,7 @@ script:
after_success:
- pip install coveralls
- - nosetests --with-coverage --cover-package=oauthlib -w tests
+ - nosetests --with-coverage --cover-package=oauthlib
- coveralls
branches: