From be0b9bfcb63d3b6dedd1455eb04273d0ce2508db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Barrois?= Date: Fri, 4 May 2012 01:58:50 +0200 Subject: Try to install unittest2 on python-2.6 for travis-ci. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Raphaƫl Barrois --- .travis.yml | 1 + 1 file changed, 1 insertion(+) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 2c485a8..aa990e6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,6 +3,7 @@ python: - "2.6" - "2.7" script: "python setup.py test" +install: "if [[ $TRAVIS_PYTHON_VERSION = 2.6 ]]; then pip install unittest2 --use-mirrors; fi" notifications: email: false irc: "irc.freenode.org#factory_boy" -- cgit v1.2.3