From f316fb4b3b77db3a954dd84a1af4d48b4c1a4c15 Mon Sep 17 00:00:00 2001 From: Josh Matthews Date: Tue, 9 Apr 2019 18:07:53 -0400 Subject: [PATCH] Force python 2.7 on TravisCI. --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index e586dc8d928..edb6642093f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,5 @@ language: python +python: 2.7 matrix: fast_finish: true