summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorDavid Baumgold <david@davidbaumgold.com>2014-10-05 09:21:55 -0400
committerDavid Baumgold <david@davidbaumgold.com>2014-10-05 09:43:36 -0400
commit809553ccb71f5c046454e5ce2ac90ab0757729f0 (patch)
tree8af053bdd5ef3cf5309fefd7f4f48a854ac5b805 /.travis.yml
parent201f9f00ff176c6105142d63b33c85127983b011 (diff)
downloadoauthlib-809553ccb71f5c046454e5ce2ac90ab0757729f0.tar.gz
Dispatch a blinker signal on scope change, instead of raising a warning
See https://github.com/idan/oauthlib/pull/265 for rationale. In brief: raising any exception blows the stack, which is inappropriate for a non-error state.
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 8d9c572..f8c39b4 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -9,7 +9,7 @@ python:
install:
- if [[ $TRAVIS_PYTHON_VERSION == '2.6' ]]; then pip install --use-mirrors unittest2; fi
- - pip install nose pycrypto mock pyjwt
+ - pip install nose pycrypto mock pyjwt blinker
script:
- nosetests -w tests