Merge pull request #217 from gliptak/python1

Add Python 3.9 to build
This commit is contained in:
Kubernetes Prow Robot 2020-12-13 18:29:27 -08:00 committed by GitHub
commit fdc9907ff0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 1 deletions

View File

@ -44,3 +44,7 @@ jobs:
env: TOXENV=py38
- python: 3.8
env: TOXENV=py38-functional
- python: 3.9
env: TOXENV=py39
- python: 3.9
env: TOXENV=py39-functional

View File

@ -1,6 +1,8 @@
[tox]
skipsdist = True
envlist = py27, py35, py36, py37
envlist =
py27, py3{5,6,7,8,9}
py27-functional, py3{5,6,7,8,9}-functional
[testenv]
passenv = TOXENV CI TRAVIS TRAVIS_*