mirror of https://github.com/explosion/spaCy.git
Update travis.yml
This commit is contained in:
parent
839f551ae3
commit
2ed12c0804
|
@ -19,6 +19,8 @@ install:
|
|||
- "./travis.sh"
|
||||
|
||||
script:
|
||||
- echo $VIA
|
||||
- echo $TRAVIS_PULL_REQUEST
|
||||
- "pip install pytest"
|
||||
- if [[ "${VIA}" == "compile" ]]; then SPACY_DATA=models/en python -m pytest spacy; fi
|
||||
- if [[ "${TRAVIS_PULL_REQUEST}" == "false" && "${VIA}" == "pip" ]]; then python -m pytest spacy; fi
|
||||
|
|
Loading…
Reference in New Issue