remove test_suite directive from setup.py

pull/25/head
Pavol Rusnak 8 years ago
parent 1dd4cd78f5
commit 5cc9893d6f
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D

@ -34,7 +34,6 @@ setup(
'trezorlib.types_pb2',
],
scripts = ['trezorctl'],
test_suite='tests',
install_requires=install_requires,
include_package_data=True,
zip_safe=False,

Loading…
Cancel
Save