From 620de328dfdfff0389c8665dd8fe7872ee4cafdf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ville=20Skytt=C3=A4?= Date: Sun, 25 Oct 2020 10:07:06 +0200 Subject: [PATCH] Test with 3.8 and 3.9-dev on Travis, run lints with 3.8 --- .travis.yml | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index 9d45f19b..c5b24f7c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,6 +5,8 @@ python: - "3.5" - "3.6" - "3.7" + - "3.8" + - "3.9-dev" - "pypy" - "pypy3" @@ -23,15 +25,15 @@ addons: matrix: include: - - python: 3.7 + - python: 3.8 env: TOX_ENV=pep257 - - python: 3.7 + - python: 3.8 env: TOX_ENV=docs - - python: 3.7 + - python: 3.8 env: TOX_ENV=flake8 - - python: 3.7 + - python: 3.8 env: TOX_ENV=coverage - - python: 3.7 + - python: 3.8 env: TOX_ENV=mypy install: