mirror of https://github.com/explosion/spaCy.git
Fix travis
This commit is contained in:
parent
bc6159f5d9
commit
2990681955
|
@ -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 py.test --pyargs spacy; fi
|
- if [[ "${VIA}" == "pip" ]]; then python -m pytest --pyargs spacy; fi
|
||||||
- if [[ "${VIA}" == "sdist" ]]; then py.test --pyargs spacy; fi
|
- if [[ "${VIA}" == "sdist" ]]; then python -m pytest --pyargs spacy; fi
|
||||||
|
|
Loading…
Reference in New Issue