Skip to content
This repository has been archived by the owner on Mar 31, 2024. It is now read-only.

Commit

Permalink
Add test suite to setup.py
Browse files Browse the repository at this point in the history
Allows running the tests with `python setup.py test`

Signed-off-by: Sebastian Wagner <sebix@sebix.at>
  • Loading branch information
sebix committed Oct 13, 2016
1 parent 2bd5aef commit a7a28da
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,5 @@ def publish():
'Programming Language :: Python :: 3.4',
'Topic :: Terminals :: Terminal Emulators/X Terminals',
],
test_suite='test_clint',
)

0 comments on commit a7a28da

Please sign in to comment.