Skip to content

Commit

Permalink
Drop python 3.4 support
Browse files Browse the repository at this point in the history
  • Loading branch information
danixeee committed Mar 20, 2019
1 parent 93969c3 commit b0bfbe8
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ python: 3.6

env:
- TOXENV=py27
- TOXENV=py34
- TOXENV=py36

before_script:
Expand Down
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: Implementation :: CPython',
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# and then run "tox" from this directory.

[tox]
envlist = py27, py34, py35, py36
envlist = py27, py35, py36

[testenv]
changedir = tests
Expand Down

0 comments on commit b0bfbe8

Please sign in to comment.