Fix travis.yml

This commit is contained in:
Matthew Honnibal 2016-10-15 02:18:18 +02:00
parent bd0e95d23e
commit bc6159f5d9

View File

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