From cf9203637419ad6028aadaaed4ba16538cc76734 Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Mon, 30 Dec 2019 12:09:27 +0100 Subject: [PATCH] Travis CI: Add Python 3.8 to the tests --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index e4d7d75..33778b3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,8 +17,9 @@ matrix: - python: 3.6 env: TOX_ENV=py36 - python: 3.7 - dist: xenial # required for Python >= 3.7 env: TOX_ENV=py37 + - python: 3.8 + env: TOX_ENV=py38 - python: pypy env: TOX_ENV=pypy install: