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:
|
||||
- "pip install --upgrade setuptools"
|
||||
- "rm -rf spacy/"
|
||||
- "pip install spacy"
|
||||
- "pip install cython fabric fabtools"
|
||||
- "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
|
||||
script:
|
||||
- py.test tests/tokenizer/
|
||||
- py.test tests/vocab/
|
||||
- py.test tests/tagger/
|
||||
- py.test tests/
|
||||
|
|
Loading…
Reference in New Issue