mirror of
https://github.com/django/daphne.git
synced 2025-07-14 18:02:17 +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'
|
- '3.6'
|
||||||
|
|
||||||
env:
|
env:
|
||||||
- TWISTED="twisted==17.5.0"
|
- TWISTED="twisted==18.7.0"
|
||||||
- TWISTED="twisted"
|
- TWISTED="twisted"
|
||||||
|
|
||||||
install:
|
install:
|
||||||
|
@ -23,7 +23,7 @@ script:
|
||||||
jobs:
|
jobs:
|
||||||
include:
|
include:
|
||||||
- python: '3.7'
|
- python: '3.7'
|
||||||
env: TWISTED="twisted==17.5.0"
|
env: TWISTED="twisted==18.7.0"
|
||||||
dist: xenial
|
dist: xenial
|
||||||
sudo: required
|
sudo: required
|
||||||
- python: '3.7'
|
- python: '3.7'
|
||||||
|
|
Loading…
Reference in New Issue
Block a user