* Upd travis.yml

This commit is contained in:
Matthew Honnibal 2015-06-07 23:26:41 +02:00
parent 1d26f77412
commit 514d6b8e22

View File

@ -13,7 +13,7 @@ install:
- "pip install --upgrade setuptools"
- "pip install -r requirements.txt"
- "export PYTHONPATH=`pwd`"
- "python setup.py build_ext --inplace"
- "python setup.py build_ext --inplace > /dev/null"
- "python -m spacy.en.download all"
# run tests