From 9cc7efbe12fea30018eafd0a92c7186304ec8600 Mon Sep 17 00:00:00 2001 From: Alexis Metaireau Date: Sun, 11 Mar 2012 18:02:57 +0100 Subject: [PATCH] add requirements to travis-ci --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index bb1f5af1..8f5dc3a3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,6 +3,6 @@ python: - "2.6" - "2.7" install: - - pip install nose --use-mirrors + - pip install nose unittest2 mock --use-mirrors - pip install . --use-mirrors script: nosetests -s tests