mirror of
https://github.com/explosion/spaCy.git
synced 2024-12-25 09:26:27 +03:00
* Avoid downloading data in travis.yml --- just test the non-parser, non-vectors modules.
This commit is contained in:
parent
00a0dfcb59
commit
7cd0697e64
|
@ -14,8 +14,9 @@ install:
|
|||
- "pip install -r requirements.txt"
|
||||
- "export PYTHONPATH=`pwd`"
|
||||
- "python setup.py build_ext --inplace > /dev/null"
|
||||
- "python -m spacy.en.download all"
|
||||
|
||||
# run tests
|
||||
script:
|
||||
- py.test tests/
|
||||
- py.test tests/tokenizer/
|
||||
- py.test tests/vocab/
|
||||
- py.test tests/tagger/
|
||||
|
|
Loading…
Reference in New Issue
Block a user