mirror of https://github.com/explosion/spaCy.git
* Update travis.yml
This commit is contained in:
parent
83c0f0da22
commit
247e592c2c
11
.travis.yml
11
.travis.yml
|
@ -11,11 +11,12 @@ python:
|
||||||
# install dependencies
|
# install dependencies
|
||||||
install:
|
install:
|
||||||
- "pip install --upgrade setuptools"
|
- "pip install --upgrade setuptools"
|
||||||
- "rm -rf spacy/"
|
- "pip install cython fabric fabtools"
|
||||||
- "pip install spacy"
|
- "pip install -r requirements.txt"
|
||||||
|
- "fab make"
|
||||||
|
- "mkdir corpora/en"
|
||||||
|
- "python bin/init_model.py lang_data/en corpora/en spacy/en/data"
|
||||||
|
|
||||||
# run tests
|
# run tests
|
||||||
script:
|
script:
|
||||||
- py.test tests/tokenizer/
|
- py.test tests/
|
||||||
- py.test tests/vocab/
|
|
||||||
- py.test tests/tagger/
|
|
||||||
|
|
Loading…
Reference in New Issue