From 6a5382f4d3e86cb0b0ed84457b3e77c8178c9130 Mon Sep 17 00:00:00 2001 From: JP Date: Mon, 3 Sep 2012 19:27:31 -0400 Subject: Try uninstalling nose --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index 1f06234..3ed3a09 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,5 +5,8 @@ python: - 2.7 - 3.2 - pypy +install: + - pip uninstall -y nose + - pip install -r requirements.txt --use-mirrors script: - python setup.py egg_info && python selftest.py -- cgit v1.2.1