mirror of
https://github.com/explosion/spaCy.git
synced 2024-12-26 01:46:28 +03:00
run tests for wheels
This commit is contained in:
parent
f3df736e0a
commit
4d375afb91
|
@ -9,12 +9,13 @@
|
|||
"python -m spacy.en.download --force"
|
||||
],
|
||||
"wheel": [
|
||||
"python untar.py source.tar.gz .",
|
||||
"python setup.py bdist_wheel"
|
||||
"python untar.py source.tar.gz src",
|
||||
"python src/setup.py bdist_wheel",
|
||||
"python cpdist.py src/dist"
|
||||
]
|
||||
},
|
||||
"test": {
|
||||
"after": ["install"],
|
||||
"after": ["install", "wheel"],
|
||||
"package": "spacy",
|
||||
"args": "--tb=native -x --models --vectors --slow"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user