From 29df32a62d0e4c11c4193f1b11afa355377a3ff0 Mon Sep 17 00:00:00 2001 From: Adam Johnson Date: Mon, 28 Oct 2019 14:01:05 +0000 Subject: [PATCH] travis python 3.8 for check --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 0f424eba..b6b35e1f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -31,7 +31,7 @@ jobs: include: - stage: test name: "Check code style" - python: "3.7" # prevent matrix expansion + python: "3.8" # prevent matrix expansion script: - pip install --upgrade tox - tox -e check