From 82bffc8bc823f53358144342363ad6214f6b31d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bessenyei=20Bal=C3=A1zs=20Don=C3=A1t?= Date: Mon, 1 Feb 2021 17:49:55 +0100 Subject: [PATCH] ci: add Python 3.9 to CI --- .travis.yml | 1 + tox.ini | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 37d3ad93..52c40b5a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,6 +18,7 @@ matrix: - python: 3.6 - python: 3.7 - python: 3.8 + - python: 3.9 before_install: - npm install npm@latest -g diff --git a/tox.ini b/tox.ini index 8dd9664e..9c858cd6 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py37-lint, py35, py36, py37, py38 +envlist = py37-lint, py36, py37, py38, py39 [testenv:py37-lint] basepython = python3.7