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