Add py39 to tox env list

... because Python3.9 is added to tested python runtimes for Yoga.

Change-Id: Ib17a63862c8ee33b191c15558e7a0db41ad4f59d
This commit is contained in:
Takashi Kajinami 2021-11-21 23:06:34 +09:00
parent 95df061fd8
commit 973959b115
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
[tox]
minversion = 3.2.0
envlist = py27,py36,py38,pep8
envlist = py27,py36,py38,py39,pep8
skipsdist = True
ignore_basepython_conflict = True