mirror of
https://github.com/explosion/spaCy.git
synced 2025-01-27 17:54:39 +03:00
* Change travis.yml to build from source, instead of from PyPi. PyPi checking will be done in a different branch.
This commit is contained in:
parent
0f95712189
commit
1ef0e04aa0
|
@ -11,8 +11,9 @@ python:
|
||||||
# command to install dependencies
|
# command to install dependencies
|
||||||
install:
|
install:
|
||||||
- "pip install --upgrade setuptools"
|
- "pip install --upgrade setuptools"
|
||||||
- "pip install spacy"
|
- "pip install -r requirements.txt"
|
||||||
- "rm -rf spacy/"
|
- "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
Block a user