From b32fa78e138de53a524bc4f191cb1857e821c357 Mon Sep 17 00:00:00 2001 From: slaurent <74829867+slaurent22@users.noreply.github.com> Date: Fri, 22 Jan 2021 09:46:29 -0500 Subject: [PATCH] pin ci to python3.9 (#4) --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 744d649..0568a0d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,6 @@ language: python +python: + - "3.9" install: - pip install flake8