Make 'python3 setup.py test' work.

This commit is contained in:
Guido van Rossum
2014-05-29 10:59:43 -07:00
parent 4c9025f166
commit 5175932c13

View File

@@ -28,6 +28,7 @@ setup(
],
packages=["asyncio"],
test_suite="runtests.runtests",
ext_modules=extensions,
)