mirror of
https://github.com/explosion/spaCy.git
synced 2024-12-25 17:36:30 +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"
|
||||
# command to install dependencies
|
||||
install:
|
||||
pip install cython &&
|
||||
pip install cymem &&
|
||||
pip install murmurhash &&
|
||||
pip install preshed &&
|
||||
pip install thinc &&
|
||||
pip install -r requirements.txt &&
|
||||
python setup.py build_ext --inplace
|
||||
- "pip install --upgrade setuptools"
|
||||
- "pip install murmurhash numpy spacy"
|
||||
- "rm -rf spacy/"
|
||||
# command to run tests
|
||||
script: "py.test tests/"
|
||||
|
|
Loading…
Reference in New Issue
Block a user