Switch to xenial distribution for TravisCI

This is required in order to use Python3.
https://docs.travis-ci.com/user/languages/python/#python-37-and-higher
This commit is contained in:
Jon Grace-Cox
2019-06-01 03:16:08 -04:00
parent c22485752f
commit 9f58cf07e4

View File

@@ -1,3 +1,4 @@
dist: xenial
language: python
python:
- '2.7'