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
|
language: python
|
||||||
python:
|
|
||||||
- 3.5
|
matrix:
|
||||||
- 3.6
|
include:
|
||||||
- 3.7
|
- python: 3.5
|
||||||
|
dist: trusty
|
||||||
|
sudo: false
|
||||||
|
- python: 3.6
|
||||||
|
dist: trusty
|
||||||
|
sudo: false
|
||||||
|
- python: 3.7
|
||||||
|
dist: xenial
|
||||||
|
sudo: true
|
||||||
|
|
||||||
services:
|
services:
|
||||||
- docker
|
- docker
|
||||||
install:
|
install:
|
||||||
|
|
Loading…
Reference in a new issue