Merge pull request #597 from cclauss/patch-1

Travis CI: The sudo tag is now deprecated
This commit is contained in:
Devin Neal 2019-06-18 00:19:41 -07:00 committed by GitHub
commit f908b68bed
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +1,4 @@
language: python
sudo: required # required for Python 3.7 (travis-ci/travis-ci#9069)
dist: xenial # required for Python 3.7 (travis-ci/travis-ci#9069)
python: "3.7"
cache: pip