mirror of
https://github.com/explosion/spaCy.git
synced 2024-12-24 17:06:29 +03:00
Remove buildbot.json for now
This commit is contained in:
parent
0e533ad0cc
commit
7f8c2ef3c1
|
@ -1,4 +1,3 @@
|
|||
recursive-include include *.h
|
||||
include buildbot.json
|
||||
include LICENSE
|
||||
include README.rst
|
||||
|
|
|
@ -1,25 +0,0 @@
|
|||
{
|
||||
"build": {
|
||||
"sdist": [
|
||||
"pip install -r requirements.txt",
|
||||
"pip install \"numpy<1.8\"",
|
||||
"python setup.py sdist"
|
||||
],
|
||||
"install": [
|
||||
"pip install -v source.tar.gz"
|
||||
],
|
||||
"wheel": [
|
||||
"python untar.py source.tar.gz .",
|
||||
"python setup.py bdist_wheel",
|
||||
"python cpdist.py dist"
|
||||
]
|
||||
},
|
||||
"test": {
|
||||
"after": ["install", "wheel"],
|
||||
"run": [
|
||||
"python -m spacy.en.download --force"
|
||||
],
|
||||
"package": "spacy",
|
||||
"args": "--tb=native -x --models --vectors --slow"
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user