mirror of https://github.com/explosion/spaCy.git
get buildbot running
This commit is contained in:
parent
3687528ba7
commit
6b60861e88
2
build.py
2
build.py
|
@ -52,7 +52,7 @@ try:
|
||||||
os.chdir('tmp')
|
os.chdir('tmp')
|
||||||
|
|
||||||
x('python -m spacy.en.download')
|
x('python -m spacy.en.download')
|
||||||
x('python -m pytest ../spacy/ -x --models --vectors --slow')
|
x('python -m pytest ../spacy/ --models --vectors --slow')
|
||||||
|
|
||||||
finally:
|
finally:
|
||||||
os.chdir(old)
|
os.chdir(old)
|
||||||
|
|
Loading…
Reference in New Issue