mirror of
https://github.com/explosion/spaCy.git
synced 2025-07-10 16:22:29 +03:00
Fix travis.yml
This commit is contained in:
parent
2a150a2f61
commit
853f7c318d
|
@ -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
|
- if [[ "${VIA}" == "pip" ]]; then python -m pytest spacy; fi
|
||||||
|
|
Loading…
Reference in New Issue
Block a user