Skip to content

Commit 17a9017

Browse files
Added: python setup.py test
1 parent a55b5d0 commit 17a9017

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ def _post_install():
3131
install_requires=[
3232
'apertium-streamparser==5.0.2',
3333
],
34+
test_suite = 'tests',
3435
packages=find_packages(exclude=['tests']),
3536
cmdclass={
3637
'install': PostInstallCommand,

0 commit comments

Comments
 (0)