Merge pull request #2016 from cclauss/patch-1
.travis.yml: The 'sudo' tag is now deprecated in Travis CI
This commit is contained in:
commit
89cb673502
1 changed files with 6 additions and 16 deletions
22
.travis.yml
22
.travis.yml
|
@ -1,20 +1,10 @@
|
||||||
language: python
|
language: python
|
||||||
|
python:
|
||||||
matrix:
|
- 3.4
|
||||||
include:
|
- 3.5
|
||||||
- python: 3.4
|
- 3.6
|
||||||
dist: trusty
|
- 3.7
|
||||||
sudo: false
|
dist: xenial
|
||||||
- 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