mirror of
https://github.com/explosion/spaCy.git
synced 2024-12-25 17:36:30 +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"
|
- "pip install -r requirements.txt"
|
||||||
- "export PYTHONPATH=`pwd`"
|
- "export PYTHONPATH=`pwd`"
|
||||||
- "python setup.py build_ext --inplace > /dev/null"
|
- "python setup.py build_ext --inplace > /dev/null"
|
||||||
- "python -m spacy.en.download all"
|
|
||||||
|
|
||||||
# run tests
|
# run tests
|
||||||
script:
|
script:
|
||||||
- py.test tests/
|
- py.test tests/tokenizer/
|
||||||
|
- py.test tests/vocab/
|
||||||
|
- py.test tests/tagger/
|
||||||
|
|
Loading…
Reference in New Issue
Block a user