Update .travis.yml

This commit is contained in:
Ines Montani 2019-03-09 14:36:52 +01:00
parent d12af4c92c
commit 16fa4d6b90

View File

@ -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