mirror of
https://github.com/explosion/spaCy.git
synced 2025-03-13 07:55:49 +03:00
Fix travis.yml
This commit is contained in:
parent
bd0e95d23e
commit
bc6159f5d9
|
@ -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 py.test spacy; fi
|
||||
- if [[ "${VIA}" == "sdist" ]]; then py.test spacy; fi
|
||||
- if [[ "${VIA}" == "pip" ]]; then py.test --pyargs spacy; fi
|
||||
- if [[ "${VIA}" == "sdist" ]]; then py.test --pyargs spacy; fi
|
||||
|
|
Loading…
Reference in New Issue
Block a user