* Fix travis.yml

This commit is contained in:
Matthew Honnibal 2015-07-23 04:05:51 +02:00
parent c4018d6827
commit 58e6adfacd

View File

@ -16,7 +16,7 @@ install:
- "python setup.py build_ext --inplace"
- "mkdir -p corpora/en"
- "cd corpora/en && wget --no-check-certificate http://wordnetcode.princeton.edu/3.0/WordNet-3.0.tar.gz && tar -xzf WordNet-3.0.tar.gz && mv WordNet-3.0 wordnet"
- "export PYTHONPATH=`pwd` && cd .."
- "export PYTHONPATH=`pwd` && cd ../.."
- "python bin/init_model.py lang_data/en corpora/en spacy/en/data"
# run tests