fix wheel build/test

This commit is contained in:
Henning Peters 2016-02-26 20:47:35 +01:00
parent 304e27624f
commit d3a65ef261

View File

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