From 361f67ee23b402eee5af834de6750832a0728f80 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Defferrard?= Date: Mon, 18 Jun 2018 10:49:03 +0200 Subject: [PATCH] travis: install numpy>=1.14 (new print formatting) --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 835c6d85..f8455ab5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,8 +15,8 @@ addons: - xvfb install: - - pip install -U pip setuptools - - pip install -U .[alldeps,test,doc] + - pip install -U --upgrade-strategy eager .[alldeps,test,doc] + # Update dependencies (e.g. numpy formatting changed in v1.14). script: # - make lint