travis: sudo is no longer required for python3.7 env

https://github.com/deadsnakes/travis-ci-python3.7-example#update-2018-07-03
This commit is contained in:
Cosimo Lupo 2018-10-16 11:01:37 +01:00
parent c4b475852d
commit 6c1537dafd
No known key found for this signature in database
GPG Key ID: 59D54DB0C9976482

View File

@ -27,7 +27,6 @@ matrix:
# required to run python3.7 on Travis CI
# https://github.com/travis-ci/travis-ci/issues/9815
dist: xenial
sudo: true
- python: pypy2.7-5.8.0
# disable coverage.py on pypy because of performance problems
env: TOXENV=pypy-nocov