mirror of
https://github.com/explosion/spaCy.git
synced 2025-02-03 21:24:11 +03:00
Update travis
This commit is contained in:
parent
d47af99561
commit
3ba9994f1f
|
@ -14,8 +14,7 @@ os:
|
||||||
env:
|
env:
|
||||||
- VIA=compile LC_ALL=en_US.ascii
|
- VIA=compile LC_ALL=en_US.ascii
|
||||||
- VIA=compile
|
- VIA=compile
|
||||||
|
- VIA=pypi
|
||||||
# - VIA=sdist
|
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- "./travis.sh"
|
- "./travis.sh"
|
||||||
|
|
|
@ -4,7 +4,6 @@ if [ "${VIA}" == "pypi" ]; then
|
||||||
rm -rf *
|
rm -rf *
|
||||||
pip install spacy
|
pip install spacy
|
||||||
python -m spacy download en
|
python -m spacy download en
|
||||||
python -m spacy.de.download
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [[ "${VIA}" == "sdist" && "${TRAVIS_PULL_REQUEST}" == "false" ]]; then
|
if [[ "${VIA}" == "sdist" && "${TRAVIS_PULL_REQUEST}" == "false" ]]; then
|
||||||
|
|
Loading…
Reference in New Issue
Block a user