mirror of https://github.com/explosion/spaCy.git
* Import from pypi --- we don't want travis to compile the module, and we don't want to store the c files in the repo
This commit is contained in:
parent
477e7fbffe
commit
278d1f497e
|
@ -7,7 +7,7 @@ python:
|
|||
# command to install dependencies
|
||||
install:
|
||||
- "pip install --upgrade setuptools"
|
||||
- "pip install ."
|
||||
- "pip install spacy"
|
||||
- "rm -rf spacy/"
|
||||
# command to run tests
|
||||
script: "py.test tests/"
|
||||
|
|
Loading…
Reference in New Issue