From 88792984e710a45f2c0ee7ef28b5ae5843c00573 Mon Sep 17 00:00:00 2001 From: Michael Date: Fri, 24 Aug 2018 23:46:04 +0000 Subject: [PATCH] Run tests against Python 3.7 (#224) --- .travis.yml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index ad50622..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: @@ -22,6 +22,14 @@ script: jobs: include: + - python: '3.7' + env: TWISTED="twisted==18.7.0" + dist: xenial + sudo: required + - python: '3.7' + env: TWISTED="twisted" + dist: xenial + sudo: required - stage: release script: skip deploy: