Don't test asyncio on older versions of Python
authorDaniel Roy Greenfeld <pydanny@users.noreply.github.com>
Thu, 5 Apr 2018 03:03:02 +0000 (22:03 -0500)
committerGitHub <noreply@github.com>
Thu, 5 Apr 2018 03:03:02 +0000 (22:03 -0500)
commit4f4225138a9f92e35c2d2a84176efdd2901de92d
tree202ddbdb258ba3458bba6b88d2735e389943b691
parente24f293aaf22f1545e00d7ce517e7b5ba55fe670
Don't test asyncio on older versions of Python

Per #93, asyncio tests need to be bypassed for older versions of Python
tests/test_async_cached_property.py