From 2f59aa351b394c5b98973cf722643a6115d5c0dc Mon Sep 17 00:00:00 2001 From: John Nguyen Date: Thu, 22 Apr 2021 19:00:10 -0700 Subject: [PATCH] Bump travisci python version This handles check-requirements dependencies. The code should work for python 3.7. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 44fd963..ee88f7a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,7 @@ dist: xenial language: python python: - - '3.7' + - '3.8' install: - pip install coveralls script: make test