.travis.yml: The 'sudo' tag is now deprecated in Travis CI
This commit is contained in:
parent
31697022fd
commit
41aec089bc
1 changed files with 4 additions and 4 deletions
|
@ -1,9 +1,9 @@
|
|||
language: python
|
||||
python:
|
||||
- : 3.4
|
||||
- : 3.5
|
||||
- : 3.6
|
||||
- : 3.7
|
||||
- 3.4
|
||||
- 3.5
|
||||
- 3.6
|
||||
- 3.7
|
||||
dist: xenial
|
||||
services:
|
||||
- docker
|
||||
|
|
Loading…
Reference in a new issue