Use Python 2.7, not 3.7

This commit is contained in:
rocky
2019-03-10 14:17:59 -04:00
parent 83773846d6
commit ddf73b653c

View File

@@ -5,7 +5,7 @@ python:
matrix:
include:
- python: '3.7'
- python: '2.7'
dist: xenial # required for Python >= 3.7 (travis-ci/travis-ci#9069)
install: