run tests for wheels

This commit is contained in:
Henning Peters 2016-02-24 19:59:08 +01:00
parent f3df736e0a
commit 4d375afb91

View File

@ -9,12 +9,13 @@
"python -m spacy.en.download --force" "python -m spacy.en.download --force"
], ],
"wheel": [ "wheel": [
"python untar.py source.tar.gz .", "python untar.py source.tar.gz src",
"python setup.py bdist_wheel" "python src/setup.py bdist_wheel",
"python cpdist.py src/dist"
] ]
}, },
"test": { "test": {
"after": ["install"], "after": ["install", "wheel"],
"package": "spacy", "package": "spacy",
"args": "--tb=native -x --models --vectors --slow" "args": "--tb=native -x --models --vectors --slow"
} }