mirror of https://github.com/explosion/spaCy.git
* Upd travis.yml
This commit is contained in:
parent
1d26f77412
commit
514d6b8e22
|
@ -13,7 +13,7 @@ install:
|
||||||
- "pip install --upgrade setuptools"
|
- "pip install --upgrade setuptools"
|
||||||
- "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 > /dev/null"
|
||||||
- "python -m spacy.en.download all"
|
- "python -m spacy.en.download all"
|
||||||
|
|
||||||
# run tests
|
# run tests
|
||||||
|
|
Loading…
Reference in New Issue