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