From 1a0648744c0cdfed5100a05f16616d77cbf0515b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20K=C3=A4ufl?= Date: Fri, 24 Aug 2018 11:28:02 +0200 Subject: [PATCH] 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 --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 00211a3..aa69b0b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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'