Skip to content

Commit bad0954

Browse files
committed
Let the setup know about the test suite.
1 parent 5ddca2d commit bad0954

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,8 @@ def initialize_options(self):
134134
scripts = ([] if using_setuptools else ['data/bpython',
135135
'data/bpython-gtk',
136136
'data/bpython-urwid']),
137-
cmdclass = cmdclass
137+
cmdclass = cmdclass,
138+
test_suite = 'bpython.test'
138139
)
139140

140141
# vim: fileencoding=utf-8 sw=4 ts=4 sts=4 ai et sta

0 commit comments

Comments
 (0)