From 5ac4bac36821f2c237a7338154e3ad27887c9e60 Mon Sep 17 00:00:00 2001 From: Dave Halter Date: Fri, 24 Jul 2020 02:29:18 +0200 Subject: [PATCH] Pin the precise 3.8 version --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index fdfd8c9..598aad5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,7 +9,7 @@ matrix: allow_failures: - python: nightly include: - - python: 3.8 + - python: 3.8.2 script: - 'pip install coverage' - 'coverage run -m pytest'