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