Update .travis.yml to use xenial

Update .travis.yml to use xenial
This commit is contained in:
Garret Wassermann 2018-07-19 12:35:49 -04:00 committed by GitHub
parent c70cf04e4d
commit a7a7ade749
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,5 @@
language: python
dist: xenial # Python 3.7 requires xenial because of dependencies
python:
- "3.5"