In our Evergreen CI we only test asyncio with Python 3.7. We should also test the Python 3.5, and 3.6 Tox environments:
$ python3.7 -m tox --listenvs ... asyncio-py34 asyncio-py35 asyncio-py36 asyncio-py37 ...
In our Evergreen CI we only test asyncio with Python 3.7. We should also test the Python 3.5, and 3.6 Tox environments:
$ python3.7 -m tox --listenvs ... asyncio-py34 asyncio-py35 asyncio-py36 asyncio-py37 ...