From 16fa4d6b907330a4b63802e2a889fb16b45b0d3f Mon Sep 17 00:00:00 2001 From: Ines Montani Date: Sat, 9 Mar 2019 14:36:52 +0100 Subject: [PATCH] Update .travis.yml --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index c517744cb..957112e92 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,7 +14,7 @@ install: script: - "cat /proc/cpuinfo | grep flags | head -n 1" - "pip install pytest pytest-timeout" - - if [[ "${VIA}" == "compile" ]]; then python -m pytest --tb=native spacy; fi + - "python -m pytest --tb=native spacy" branches: except: - spacy.io