diff --git a/.travis.yml b/.travis.yml index 6e6ecc6db..35b898c9f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -22,8 +22,7 @@ install: - "cd ../../" - "export PYTHONPATH=`pwd`" - "python bin/init_model.py lang_data/en corpora/en spacy/en/data" - - "export SPACY_DATA=`pwd`/spacy/en/data" # run tests script: - - "py.test -x" + - "py.test tests/ -x"