List more test packages in the setup.py

This commit is contained in:
Matthew Honnibal 2016-12-19 00:15:11 +01:00
parent 97521c95b3
commit b2cebdcca7

View File

@ -34,6 +34,8 @@ PACKAGES = [
'spacy.syntax',
'spacy.munge',
'spacy.tests',
'spacy.tests.unit',
'spacy.tests.integration',
'spacy.tests.matcher',
'spacy.tests.morphology',
'spacy.tests.munge',