Skip to content

Commit 9b374f2

Browse files
committed
configure tests to run using setup.py test
1 parent d50ec98 commit 9b374f2

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

setup.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,7 @@
2828
'Topic :: Software Development :: Libraries :: Python Modules'
2929
],
3030
packages=['hkp'],
31-
platforms='any'
32-
)
31+
platforms='any',
32+
test_suite = "hkp.tests",
33+
tests_require=["dingus==0.3.2"],
34+
)

0 commit comments

Comments
 (0)