Commit e459238d authored by Jim Fulton's avatar Jim Fulton

double-check travis UVLOOP hackery

parent 6c163072
...@@ -4,6 +4,7 @@ if PY3: ...@@ -4,6 +4,7 @@ if PY3:
import asyncio import asyncio
try: try:
from uvloop import new_event_loop from uvloop import new_event_loop
print('USING_UVLOOP')
except ImportError: except ImportError:
from asyncio import new_event_loop from asyncio import new_event_loop
else: else:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment