mirror of
https://github.com/explosion/spaCy.git
synced 2024-11-10 19:57:17 +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
|
||||
install:
|
||||
- "pip install --upgrade setuptools"
|
||||
- "pip install spacy"
|
||||
- "rm -rf spacy/"
|
||||
- "pip install -r requirements.txt"
|
||||
- "python setup.py build_ext --inplace"
|
||||
- "python -m spacy.en.download"
|
||||
# command to run tests
|
||||
script:
|
||||
- py.test tests/
|
||||
|
|
Loading…
Reference in New Issue
Block a user