Merge pull request #238 from Priyankasaggu11929/psaggu-drop-python2-support

drop python2 support
This commit is contained in:
Kubernetes Prow Robot 2021-05-17 11:55:30 -07:00 committed by GitHub
commit d25434b5a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 9 deletions

View File

@ -18,16 +18,12 @@ jobs:
script: ./hack/verify-boilerplate.sh
python: 3.7
- stage: test
python: 2.7
env: TOXENV=py27
- python: 2.7
env: TOXENV=py27-functional
- python: 2.7
python: 3.9
env: TOXENV=update-pycodestyle
- python: 3.9
env: TOXENV=coverage,codecov
- python: 3.7
env: TOXENV=docs
- python: 2.7
env: TOXENV=coverage,codecov
- python: 3.5
env: TOXENV=py35
- python: 3.5

View File

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