From 2ff8106d62a93ce768837f10005e9158609e2330 Mon Sep 17 00:00:00 2001 From: Hugo Date: Tue, 22 Oct 2019 18:40:03 +0300 Subject: [PATCH] Test on Python 3.8 final --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index b95e479a..91e60a7d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,7 +17,7 @@ jobs: - stage: test python: '3.7' - stage: test - python: '3.8-dev' + python: '3.8' - stage: coverage python: '3.6' script: codecov