Added support for Travis and unittests.

This commit is contained in:
2014-04-19 23:53:35 +01:00
parent 39c24efc74
commit d3297e5361
4 changed files with 15 additions and 0 deletions

View File

@@ -40,4 +40,5 @@ setup(
'Operating System :: OS Independent',
'Topic :: Software Development :: Libraries :: Python Modules',
],
test_suite='pynab.tests',
)