mirror of
https://github.com/django/daphne.git
synced 2025-04-20 00:32:09 +03:00
Run tests against twisted 18.7 instead of 17.5
18.7 is the minimal required version of twisted since daphne 2.2.1, see https://github.com/django/daphne/blob/2.2.1/setup.py#L26
This commit is contained in:
parent
109a2917c9
commit
1a0648744c
|
@ -7,7 +7,7 @@ python:
|
|||
- '3.6'
|
||||
|
||||
env:
|
||||
- TWISTED="twisted==17.5.0"
|
||||
- TWISTED="twisted==18.7.0"
|
||||
- TWISTED="twisted"
|
||||
|
||||
install:
|
||||
|
@ -23,7 +23,7 @@ script:
|
|||
jobs:
|
||||
include:
|
||||
- python: '3.7'
|
||||
env: TWISTED="twisted==17.5.0"
|
||||
env: TWISTED="twisted==18.7.0"
|
||||
dist: xenial
|
||||
sudo: required
|
||||
- python: '3.7'
|
||||
|
|
Loading…
Reference in New Issue
Block a user