From b2cebdcca729c043d15db64d219d272d286b5dd1 Mon Sep 17 00:00:00 2001 From: Matthew Honnibal Date: Mon, 19 Dec 2016 00:15:11 +0100 Subject: [PATCH] List more test packages in the setup.py --- setup.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup.py b/setup.py index 6e86cac03..2eb26221b 100644 --- a/setup.py +++ b/setup.py @@ -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',