Skip to content

Commit

Permalink
Merge pull request #807 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 9, 2019
2 parents c488354 + e8fd4b9 commit da8c843
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 @@ -17,8 +17,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,5 +1,5 @@
[tox]
envlist = py27, py34, py35, py36, py37
envlist = py27, py35, py36, py37

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

0 comments on commit da8c843

Please sign in to comment.