mirror of https://github.com/explosion/spaCy.git
run tests for wheels
This commit is contained in:
parent
4d375afb91
commit
304e27624f
|
@ -11,7 +11,8 @@
|
||||||
"wheel": [
|
"wheel": [
|
||||||
"python untar.py source.tar.gz src",
|
"python untar.py source.tar.gz src",
|
||||||
"python src/setup.py bdist_wheel",
|
"python src/setup.py bdist_wheel",
|
||||||
"python cpdist.py src/dist"
|
"python cpdist.py src/dist",
|
||||||
|
"python -m spacy.en.download --force"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"test": {
|
"test": {
|
||||||
|
|
Loading…
Reference in New Issue