Merge pull request #173 from palnabarun/ci-add-python-3.8

Adds Python 3.8 environment to Travis CI for running the tests
This commit is contained in:
Kubernetes Prow Robot 2019-10-22 11:22:13 -07:00 committed by GitHub
commit a2d1024524
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -40,3 +40,7 @@ jobs:
env: TOXENV=py37
- python: 3.7
env: TOXENV=py37-functional
- python: 3.8
env: TOXENV=py38
- python: 3.8
env: TOXENV=py38-functional