* Use --tb=native for py.test in build.py

This commit is contained in:
Matthew Honnibal 2015-12-28 14:53:36 +01:00
parent f5faa9e327
commit 5f40f75d1d
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ elif install_mode == 'test':
os.chdir('tmp')
x('python -m spacy.en.download')
x('python -m pytest ../spacy/ -x --models --vectors --slow')
x('python -m pytest --tb="native" ../spacy/ -x --models --vectors --slow')
finally:
os.chdir(old)