django / asgi_ipc

IPC-based ASGI channel layer
BSD 3-Clause "New" or "Revised" License
37 stars 13 forks source link

Add tox and test against Python 3.4 #15

Closed maiksprenger closed 7 years ago

maiksprenger commented 7 years ago

This pull request adds tox, and configures both tox and Travis to also run against Python 3.4. It implements changes similar to https://github.com/django/asgiref/pull/13.