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" "python -m spacy.en.download --force"
], ],
"wheel": [ "wheel": [
"python untar.py source.tar.gz src", "python untar.py source.tar.gz .",
"python src/setup.py bdist_wheel", "python setup.py bdist_wheel",
"python cpdist.py src/dist", "python cpdist.py dist",
"python -m spacy.en.download --force" "python -m spacy.en.download --force"
] ]
}, },