Run tests against Python 3.7 (#224)

This commit is contained in:
Michael 2018-08-24 23:46:04 +00:00 committed by Andrew Godwin
parent 47358c7c79
commit 88792984e7

View File

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