Skip to content

Commit

Permalink
Drop Python3.4
Browse files Browse the repository at this point in the history
 Python 3.4 has become EOL on March 18, 2019.

 https://www.python.org/dev/peps/pep-0429/
  • Loading branch information
oz123 committed Apr 5, 2019
1 parent 5c03b3b commit 511243a
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 511243a

Please sign in to comment.