From 6db1ea75b2e817623325bd73a0948fcfa659df30 Mon Sep 17 00:00:00 2001 From: Carol Willing Date: Fri, 12 Feb 2016 11:59:09 -0800 Subject: [PATCH] Upgrade nose before installing travis-wheels --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 1772b0fa7..4173b7ccc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,7 +19,7 @@ env: - GROUP=js/tree before_install: - pip install --upgrade pip - - pip install --upgrade setuptools wheel + - pip install --upgrade setuptools wheel nose - 'if [[ $GROUP == js* ]]; then npm install -g casperjs; fi' - git clone --quiet --depth 1 https://github.com/minrk/travis-wheels travis-wheels install: