mirror of
https://github.com/explosion/spaCy.git
synced 2024-11-10 19:57:17 +03:00
Fix travis.yml
This commit is contained in:
parent
2a150a2f61
commit
853f7c318d
|
@ -21,4 +21,4 @@ install:
|
|||
script:
|
||||
- "pip install pytest"
|
||||
- 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