Merge pull request #3472 from hugovk/ci-vm

Travis CI: Remove 'sudo' config
This commit is contained in:
Hugo 2018-11-22 16:57:16 +02:00 committed by GitHub
commit d560118389
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,4 @@
dist: xenial
sudo: required
language: python
cache: pip
@ -17,7 +16,6 @@ matrix:
- python: "3.6"
name: "Lint"
env: LINT="true"
sudo: false
- python: "pypy"
name: "PyPy Trusty"
dist: trusty