Skip to content

Commit

Permalink
Merge pull request #115 from timgraham/drop-py2632
Browse files Browse the repository at this point in the history
Fix #109: Remove testing for Python 2.6 and 3.2
  • Loading branch information
linsomniac authored Dec 17, 2016
2 parents f4d8bf2 + a590982 commit 5f69ec8
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
language: python
python:
- 2.6
- 2.7
- 3.2
- 3.3
- 3.4
- 3.5
Expand Down
2 changes: 0 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,8 @@
"Topic :: Software Development :: Libraries :: Python Modules",
"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.2",
"Programming Language :: Python :: 3.3",
"Programming Language :: Python :: 3.4",
"Programming Language :: Python :: 3.5",
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tox]
minversion = 1.6
envlist = py26,py27,py32,py33,py34,py35,pypy,pep8
envlist = py27,py33,py34,py35,pypy,pep8
skipsdist = True

[testenv]
Expand Down

0 comments on commit 5f69ec8

Please sign in to comment.