From 44b1f63c1c5245babae682ba7698a2350b9a281a Mon Sep 17 00:00:00 2001 From: Gustavo Fonseca Date: Mon, 9 Sep 2013 22:38:40 -0300 Subject: Turning on the unittest's test runner right from setup.py script. Also, added the travis-ci config file. --- setup.py | 1 + 1 file changed, 1 insertion(+) (limited to 'setup.py') diff --git a/setup.py b/setup.py index a687f7e..8fe195e 100755 --- a/setup.py +++ b/setup.py @@ -35,4 +35,5 @@ setup( "Topic :: Software Development :: Testing", "Topic :: Software Development :: Libraries :: Python Modules", ], + test_suite="test", ) -- cgit v1.2.1