From afd744bc054a42bae3a16547e14386ce61068ed2 Mon Sep 17 00:00:00 2001 From: Adriane Boyd Date: Tue, 24 Nov 2020 14:10:16 +0100 Subject: [PATCH] Update Travis CI pip install steps (#6440) --- .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index e3ce53024..7b6c4ffdd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,11 +8,11 @@ python: os: - linux install: - - "pip install -r requirements.txt" - - "python setup.py build_ext --inplace" - - "pip install -e ." + - "python -m pip install -U pip setuptools" + - "pip install -e . --prefer-binary" script: - "cat /proc/cpuinfo | grep flags | head -n 1" + - "pip install -r requirements.txt" - "python -m pytest --tb=native spacy" branches: except: