run tests for wheels

This commit is contained in:
Henning Peters 2016-02-24 20:21:40 +01:00
parent 4d375afb91
commit 304e27624f
1 changed files with 2 additions and 1 deletions

View File

@ -11,7 +11,8 @@
"wheel": [
"python untar.py source.tar.gz src",
"python src/setup.py bdist_wheel",
"python cpdist.py src/dist"
"python cpdist.py src/dist",
"python -m spacy.en.download --force"
]
},
"test": {