From 7dfc56992aaca5fcfafed8a77befa7337b69af41 Mon Sep 17 00:00:00 2001 From: Daniel Hahler Date: Fri, 10 Jan 2020 17:30:19 +0100 Subject: [PATCH] ci: Travis: test with py38 also --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 7d3b196..e804d25 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,6 +10,8 @@ matrix: include: - env: ENV=test_coverage python: 2.7 + - env: ENV=test_coverage + python: 3.8 install: - | if [ "$ENV" = "test" ]; then