Update tox Python versions for Yoga

Update list to Python 3.6, 3.9 per [1].

[1] https://governance.openstack.org/tc/reference/runtimes/yoga.html

Change-Id: I40a88297b09a542fcf79fde9d4066beef50a1b9d
This commit is contained in:
Aija Jauntēva 2021-11-25 04:48:05 -05:00
parent b71e16cacc
commit c104340ff6

View File

@ -1,6 +1,6 @@
[tox]
minversion = 3.1.0
envlist = py38,py36,pep8
envlist = py39,py36,pep8
ignore_basepython_conflict=true
[testenv]