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:
|
os:
|
||||||
- linux
|
- linux
|
||||||
install:
|
install:
|
||||||
- "pip install -r requirements.txt"
|
- "python -m pip install -U pip setuptools"
|
||||||
- "python setup.py build_ext --inplace"
|
- "pip install -e . --prefer-binary"
|
||||||
- "pip install -e ."
|
|
||||||
script:
|
script:
|
||||||
- "cat /proc/cpuinfo | grep flags | head -n 1"
|
- "cat /proc/cpuinfo | grep flags | head -n 1"
|
||||||
|
- "pip install -r requirements.txt"
|
||||||
- "python -m pytest --tb=native spacy"
|
- "python -m pytest --tb=native spacy"
|
||||||
branches:
|
branches:
|
||||||
except:
|
except:
|
||||||
|
|
Loading…
Reference in New Issue