Skip to content

Commit

Permalink
Drop support of python 3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
joehybird committed Jan 24, 2020
1 parent 72b90d2 commit 4226edd
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ language: python
cache: pip
python:
- 2.7
- 3.4
- 3.5
- 3.6
- 3.7
Expand Down
3 changes: 0 additions & 3 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,13 @@ envlist =
flake8,
isort,
py27-1.11,
py34-1.11,
py35-{1.11,2.2},
py36-{1.11,2.2,master},
py37-{1.11,2.2,master},
py38-{2.2,master},

[tox:travis]
2.7 = py27
3.4 = py34
3.5 = py35
3.6 = py36
3.7 = py37
Expand All @@ -22,7 +20,6 @@ envlist =
[testenv]
basepython =
py27: python2.7
py34: python3.4
py35: python3.5
py36: python3.6
py37: python3.7
Expand Down

0 comments on commit 4226edd

Please sign in to comment.