commit 17a9017ed80cb2f36a55ebd9950878ecdac2ef86 Author: Vaydheesh Date: Mon Apr 8 08:35:53 2019 +0530 Added: python setup.py test diff --git a/setup.py b/setup.py index f1fc80c..ec46317 100644 --- a/setup.py +++ b/setup.py @@ -31,6 +31,7 @@ setup( install_requires=[ 'apertium-streamparser==5.0.2', ], + test_suite = 'tests', packages=find_packages(exclude=['tests']), cmdclass={ 'install': PostInstallCommand,