get buildbot running

This commit is contained in:
Henning Peters 2015-12-16 19:13:36 +01:00
parent 3687528ba7
commit 6b60861e88
2 changed files with 2 additions and 1 deletions

View File

@ -52,7 +52,7 @@ try:
os.chdir('tmp')
x('python -m spacy.en.download')
x('python -m pytest ../spacy/ -x --models --vectors --slow')
x('python -m pytest ../spacy/ --models --vectors --slow')
finally:
os.chdir(old)

View File

@ -11,3 +11,4 @@ if(!(Test-Path -Path ".build"))
.build\Scripts\activate.ps1
python build.py $install_mode $pip_date
exit $LASTEXITCODE