Fix Python 3.7 test
This commit is contained in:
parent
32329c1817
commit
1da6c8c84e
1 changed files with 13 additions and 4 deletions
17
.travis.yml
17
.travis.yml
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue