mirror of https://github.com/explosion/spaCy.git
* Don't download full data during test
This commit is contained in:
parent
2da694f65e
commit
e03b1fea22
|
@ -14,7 +14,6 @@ install:
|
||||||
- "pip install -r requirements.txt"
|
- "pip install -r requirements.txt"
|
||||||
- "export PYTHONPATH=`pwd`"
|
- "export PYTHONPATH=`pwd`"
|
||||||
- "python setup.py build_ext --inplace"
|
- "python setup.py build_ext --inplace"
|
||||||
- "python -m spacy.en.download"
|
|
||||||
# command to run tests
|
# command to run tests
|
||||||
script:
|
script:
|
||||||
- py.test tests/
|
- py.test tests/
|
||||||
|
|
Loading…
Reference in New Issue