We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ddca2d commit bad0954Copy full SHA for bad0954
setup.py
@@ -134,7 +134,8 @@ def initialize_options(self):
134
scripts = ([] if using_setuptools else ['data/bpython',
135
'data/bpython-gtk',
136
'data/bpython-urwid']),
137
- cmdclass = cmdclass
+ cmdclass = cmdclass,
138
+ test_suite = 'bpython.test'
139
)
140
141
# vim: fileencoding=utf-8 sw=4 ts=4 sts=4 ai et sta
0 commit comments