Skip to content

Commit

Permalink
Run tests against Django 2.1 (#1132)
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-k authored and andrewgodwin committed Aug 24, 2018
1 parent 6cea1cc commit 6000eaa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -9,6 +9,7 @@ python:
env:
- DJANGO="Django>=1.11,<2.0"
- DJANGO="Django>=2.0,<2.1"
- DJANGO="Django>=2.1,<2.2"

install:
- nvm install 7
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Expand Up @@ -36,7 +36,7 @@ Dependencies
------------

All Channels projects currently support 3.5 and up. ``channels`` is compatible
with Django 1.11 or 2.0.
with Django 1.11, 2.0, and 2.1.


Contributing
Expand Down

0 comments on commit 6000eaa

Please sign in to comment.