Skip to content
This repository has been archived by the owner on Mar 13, 2022. It is now read-only.

Commit

Permalink
Merge pull request #173 from palnabarun/ci-add-python-3.8
Browse files Browse the repository at this point in the history
Adds Python 3.8 environment to Travis CI for running the tests
  • Loading branch information
k8s-ci-robot authored Oct 22, 2019
2 parents 51157aa + 4e84e7d commit a2d1024
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit a2d1024

Please sign in to comment.