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

View file

@ -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: