From c261b5b996025def35eb36390c9316f35b6ba18a Mon Sep 17 00:00:00 2001 From: Matthew Honnibal Date: Thu, 10 May 2018 17:10:44 +0200 Subject: [PATCH] Add some diagnostics to travis.yml to try to figure out why build fails --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index f859d1c55..a73c7bd00 100644 --- a/.travis.yml +++ b/.travis.yml @@ -22,6 +22,7 @@ install: - pip install flake8 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 - if [[ "${VIA}" == "flake8" ]]; then flake8 . --count --exclude=spacy/compat.py,spacy/lang --select=E901,E999,F821,F822,F823 --show-source --statistics; fi