mirror of https://github.com/explosion/spaCy.git
Update Travis CI pip install steps (#6440)
This commit is contained in:
parent
573f5c863f
commit
afd744bc05
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue