Merge pull request #2016 from cclauss/patch-1

.travis.yml: The 'sudo' tag is now deprecated in Travis CI
This commit is contained in:
ZeroNet 2019-05-16 23:16:14 +02:00 committed by GitHub
commit 89cb673502
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 16 deletions

View File

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