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