Skip to content

Commit

Permalink
Drop unsupported Python 3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk authored and ingydotnet committed Jun 24, 2018
1 parent b6cbfee commit e7a2f88
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Expand Up @@ -10,8 +10,6 @@ matrix:
env: TOXENV=py26
- python: 2.7
env: TOXENV=py27
- python: 3.3
env: TOXENV=py33
- python: 3.4
env: TOXENV=py34
- python: 3.5
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
@@ -1,5 +1,5 @@
[tox]
envlist = py26,py27,pypy,py33,py34,py35,py36,py37
envlist = py26,py27,pypy,py34,py35,py36,py37

[testenv]
deps =
Expand Down

1 comment on commit e7a2f88

@webknjaz
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You might want to check out my PR #172

Please sign in to comment.