mirror of
https://github.com/explosion/spaCy.git
synced 2025-06-11 16:43:04 +03:00
* Add travis.yml
This commit is contained in:
parent
e5d4b5faf4
commit
4f12fcd811
10
.travis.yml
10
.travis.yml
|
@ -4,12 +4,8 @@ python:
|
||||||
- "3.4"
|
- "3.4"
|
||||||
# command to install dependencies
|
# command to install dependencies
|
||||||
install:
|
install:
|
||||||
pip install cython &&
|
- "pip install --upgrade setuptools"
|
||||||
pip install cymem &&
|
- "pip install murmurhash numpy spacy"
|
||||||
pip install murmurhash &&
|
- "rm -rf spacy/"
|
||||||
pip install preshed &&
|
|
||||||
pip install thinc &&
|
|
||||||
pip install -r requirements.txt &&
|
|
||||||
python setup.py build_ext --inplace
|
|
||||||
# command to run tests
|
# command to run tests
|
||||||
script: "py.test tests/"
|
script: "py.test tests/"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user