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