mirror of
https://github.com/django/daphne.git
synced 2025-07-29 00:19:45 +03:00
Add python 3.6 checks (#571)
* Add python 3.6 checking to tox * Add python 3.6 checking to travis
This commit is contained in:
parent
9f7fb7b80d
commit
4323a64e33
|
@ -6,6 +6,7 @@ python:
|
|||
- "2.7"
|
||||
- "3.4"
|
||||
- "3.5"
|
||||
- "3.6"
|
||||
|
||||
env:
|
||||
- DJANGO="Django>=1.8,<1.9"
|
||||
|
|
Loading…
Reference in New Issue
Block a user