diff --git a/.travis.yml b/.travis.yml index eb06aab14..9b6eebe85 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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