blob: 49a1ac2d22e353790f5b8d8c45d3eb37bced81a5 (
plain) (
blame)
1
2
3
4
5
6
7
8
|
--- setup.py.orig 2014-12-09 01:16:30 UTC
+++ setup.py
@@ -122,4 +122,5 @@ setup(
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
],
+ test_suite = 'nose.collector'
)
|