mirror of https://github.com/explosion/spaCy.git
* Set PYTHONPATH in travis.yml
This commit is contained in:
parent
6c081dd1fc
commit
e88ceda0ab
|
@ -12,6 +12,7 @@ python:
|
||||||
install:
|
install:
|
||||||
- "pip install --upgrade setuptools"
|
- "pip install --upgrade setuptools"
|
||||||
- "pip install -r requirements.txt"
|
- "pip install -r requirements.txt"
|
||||||
|
- "export PYTHONPATH=`pwd`"
|
||||||
- "python setup.py build_ext --inplace"
|
- "python setup.py build_ext --inplace"
|
||||||
- "python -m spacy.en.download"
|
- "python -m spacy.en.download"
|
||||||
# command to run tests
|
# command to run tests
|
||||||
|
|
Loading…
Reference in New Issue