Skip to content

Commit b6930b8

Browse files
author
Issac Trotts
committed
Put nose back into setup.py for now.
1 parent a67a696 commit b6930b8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

setup.py

+2
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@
1818
packages=find_packages(),
1919
zip_safe=False,
2020
install_requires=['pyPEG2'],
21+
tests_require=['nose'],
22+
test_suite='nose.collector',
2123
include_package_data=True,
2224
entry_points = {
2325
'console_scripts': [

0 commit comments

Comments
 (0)