achimnol / aiotools

Idiomatic asyncio utilties
https://aiotools.readthedocs.io
MIT License
153 stars 11 forks source link

server: Add uvloop/tokio to test matrix #3

Open achimnol opened 7 years ago

achimnol commented 7 years ago

The current test suite only use the default event loop. Let's make the test suite run with uvloop and tokio as well, by adding "build matrix" to the existing Travis configuration and some bootstrap codes for test suite.

Suckzoo commented 7 years ago

https://github.com/achimnol/aiotools/pull/7