Add test suite to setup.py

Allows running the tests with `python setup.py test`

Signed-off-by: Sebastian Wagner <sebix@sebix.at>
This commit is contained in:
Sebastian Wagner
2016-10-13 22:31:28 +02:00
parent 2bd5aef5bc
commit a7a28da410
+1
View File
@@ -54,4 +54,5 @@ setup(
'Programming Language :: Python :: 3.4',
'Topic :: Terminals :: Terminal Emulators/X Terminals',
],
test_suite='test_clint',
)