Skip to content

Commit

Permalink
Merge pull request kubernetes-client#127 from oz123/drop-python-34
Browse files Browse the repository at this point in the history
Drop Python3.4
  • Loading branch information
k8s-ci-robot committed Jul 8, 2019
2 parents 474e9fb + 511243a commit 8b748a7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ matrix:
env: TOXENV=docs
- python: 2.7
env: TOXENV=coverage,codecov
- python: 3.4
env: TOXENV=py34
- python: 3.5
env: TOXENV=py35
- python: 3.5
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tox]
skipsdist = True
envlist = py27, py34, py35, py36, py37
envlist = py27, py35, py36, py37

[testenv]
passenv = TOXENV CI TRAVIS TRAVIS_*
Expand Down

0 comments on commit 8b748a7

Please sign in to comment.