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

This reverts commit 6c1537dafd89ba7d1b3fd5227d413fe45e322516.

Does not quite work yet without sudo. not sure why.
Let's keep it in.
https://twitter.com/cosimolupo/status/1052139428418899968
This commit is contained in:
Cosimo Lupo 2018-10-16 11:09:49 +01:00
parent 6c1537dafd
commit 70c2f88187
No known key found for this signature in database
GPG Key ID: 59D54DB0C9976482

View File

@ -27,6 +27,7 @@ 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