summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorIb Lundgren <ib.lundgren@gmail.com>2012-11-17 13:54:11 +0100
committerIb Lundgren <ib.lundgren@gmail.com>2012-11-17 13:54:11 +0100
commitf4d0d00559a50f84fdd55d7a32a223e956957d53 (patch)
tree47c01b74167c8284a1a68ee81bc72e96247ebdc6 /.travis.yml
parentbef0fae821e2aa09caee777f0f47b7383d3c46a2 (diff)
downloadoauthlib-f4d0d00559a50f84fdd55d7a32a223e956957d53.tar.gz
new test dependency, mock.
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 fe3741d..703ecaf 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,7 +4,7 @@ python:
- 2.7
install:
- pip install -i https://restricted.crate.io/ .
- - pip install -i https://restricted.crate.io/ nose unittest2 pycrypto
+ - pip install -i https://restricted.crate.io/ nose unittest2 pycrypto mock
script: make test
branches:
only: