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