From cf8f241dfad9f071b919f65e467bdc6fd9922907 Mon Sep 17 00:00:00 2001 From: Ruben Verweij Date: Thu, 2 Mar 2017 14:34:35 +0100 Subject: [PATCH] Speedup numpy installation on travis --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 323b2c4..7efffca 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,6 +17,8 @@ python: - "3.7-dev" # 3.7 development branch - "nightly" # currently points to 3.7-dev install: + - pip install --upgrade pip setuptools wheel + - pip install --only-binary=numpy numpy - pip install -r requirements.txt - pip install codeclimate-test-reporter coverage