Remove buildbot.json for now

This commit is contained in:
ines 2017-03-17 14:35:10 +01:00
parent 0e533ad0cc
commit 7f8c2ef3c1
2 changed files with 0 additions and 26 deletions

View File

@ -1,4 +1,3 @@
recursive-include include *.h
include buildbot.json
include LICENSE
include README.rst

View File

@ -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"
}
}