Skip to content

Commit

Permalink
py26: drop python 2.6 compatibility (#69)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukas-bednar authored Aug 17, 2016
1 parent 0516e8f commit e5132e7
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
language: python
python:
- "2.6"
- "2.7"
- "3.4"
- "3.5"
Expand Down
1 change: 0 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ classifier =
Operating System :: POSIX
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.4
Expand Down
3 changes: 1 addition & 2 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
[tox]
envlist = py26,py27,py34,py35,pep8
envlist = py27,py34,py35,pep8
[tox:travis]
2.6 = py26, pep8
2.7 = py27, pep8
3.4 = py34, pep8
3.5 = py35, pep8
Expand Down

0 comments on commit e5132e7

Please sign in to comment.