Skip to content

Commit

Permalink
Merge pull request #9 from adamchainz/drop_python_2.6
Browse files Browse the repository at this point in the history
Drop Python 2.6 compatibility
  • Loading branch information
tk0miya committed Aug 9, 2016
2 parents 8b45037 + 3c9334c commit 552c15f
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 4 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ language: python
python: 2.7
env:
matrix:
- TOXENV=py26
- TOXENV=py27
- TOXENV=py33
- TOXENV=py34
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ file.
Requirements
-------------

* Python 2.6, 2.7, 3.3, 3.4
* Python 2.7, 3.3, 3.4
* flake8

License
Expand Down
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ def get_version(filename):
'Development Status :: 3 - Alpha',
'Programming Language :: Python',
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.6',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.3',
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=py26,py27,py33,py34,py34-check
envlist=py27,py33,py34,py34-check

[testenv]
passenv=
Expand Down

0 comments on commit 552c15f

Please sign in to comment.