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:
Michael Käufl 2018-08-24 11:28:02 +02:00
parent 109a2917c9
commit 1a0648744c

View File

@ -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'