From 45d702c3666b1e2f7fc5f049ea2266a3c448b8ae Mon Sep 17 00:00:00 2001 From: Alexis Hill Date: Mon, 23 Nov 2020 15:50:36 -0500 Subject: [PATCH] try changing travis build language to python --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index a42f53e..2331ebe 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,6 @@ -language: cpp +language: python python: - - "3.7" + - 3.7 matrix: include: - os: linux