From 060e52118fa53f2a1e7853c9cbd2e94ca7191135 Mon Sep 17 00:00:00 2001 From: Nathan Adams Date: Thu, 4 Sep 2014 22:41:22 +0200 Subject: [PATCH] Include mock for travis --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index e4ac959..a67b1ce 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,5 +3,6 @@ python: - 3.3 - 2.7 - 2.6 -install: pip install . +install: + - pip install mock --use-mirrors script: nosetests \ No newline at end of file