mirror of https://github.com/explosion/spaCy.git
Remove unit and integration test packages
This commit is contained in:
parent
6c0c43c267
commit
0c7720e162
2
setup.py
2
setup.py
|
@ -34,8 +34,6 @@ PACKAGES = [
|
||||||
'spacy.syntax',
|
'spacy.syntax',
|
||||||
'spacy.munge',
|
'spacy.munge',
|
||||||
'spacy.tests',
|
'spacy.tests',
|
||||||
'spacy.tests.unit',
|
|
||||||
'spacy.tests.integration',
|
|
||||||
'spacy.tests.matcher',
|
'spacy.tests.matcher',
|
||||||
'spacy.tests.morphology',
|
'spacy.tests.morphology',
|
||||||
'spacy.tests.munge',
|
'spacy.tests.munge',
|
||||||
|
|
Loading…
Reference in New Issue