* Fix reference to tests.span in setup

This commit is contained in:
Matthew Honnibal 2015-11-07 03:23:14 +11:00
parent 9d1b2a103a
commit c339783bbe

View File

@ -163,7 +163,7 @@ def run_setup(exts):
'spacy.tests.munge',
'spacy.tests.parser',
'spacy.tests.serialize',
'spacy.tests.span',
'spacy.tests.spans',
'spacy.tests.tagger',
'spacy.tests.tokenizer',
'spacy.tests.tokens',