Fix travis.yml

This commit is contained in:
Matthew Honnibal 2016-10-13 13:54:03 +02:00
parent 2a150a2f61
commit 853f7c318d

View File

@ -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