Skip to content

Commit ef35593

Browse files
committed
setup.py: Fix "test" command with python3.
pypa/setuptools#613
1 parent 2139de2 commit ef35593

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,4 +63,5 @@
6363
'Topic :: System :: Hardware :: Hardware Drivers',
6464
],
6565
use_2to3=sys.version_info >= (3, ),
66+
test_suite='usb1.testUSB1',
6667
)

0 commit comments

Comments
 (0)