Fix Python 3.7 test

This commit is contained in:
shortcutme 2019-03-20 01:07:18 +01:00
parent 32329c1817
commit 1da6c8c84e
No known key found for this signature in database
GPG Key ID: 5B63BAE6CB9613AE
1 changed files with 13 additions and 4 deletions

View File

@ -1,8 +1,17 @@
language: python
python:
- 3.5
- 3.6
- 3.7
matrix:
include:
- python: 3.5
dist: trusty
sudo: false
- python: 3.6
dist: trusty
sudo: false
- python: 3.7
dist: xenial
sudo: true
services:
- docker
install: