Run tests against Python 3.7 (#224)

This commit is contained in:
Michael 2018-08-24 23:46:04 +00:00 committed by László Károlyi
parent f2e368efe3
commit 135c844ce8
No known key found for this signature in database
GPG Key ID: 2DCAF25E55735BFE

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: