* Set PYTHONPATH in travis.yml

This commit is contained in:
Matthew Honnibal 2015-01-30 19:48:34 +11:00
parent 6c081dd1fc
commit e88ceda0ab
1 changed files with 1 additions and 0 deletions

View File

@ -12,6 +12,7 @@ python:
install:
- "pip install --upgrade setuptools"
- "pip install -r requirements.txt"
- "export PYTHONPATH=`pwd`"
- "python setup.py build_ext --inplace"
- "python -m spacy.en.download"
# command to run tests