* Fix travis.yml

This commit is contained in:
Matthew Honnibal 2015-07-24 01:43:27 +02:00
parent f35ff173b0
commit 35a9fb437f
1 changed files with 1 additions and 2 deletions

View File

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