Skip to content

Commit

Permalink
Remove testing for Python 3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
timgraham committed Dec 21, 2016
1 parent 288c159 commit 3d08c5e
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
@@ -1,7 +1,6 @@
language: python
python:
- 2.7
- 3.3
- 3.4
- 3.5
- pypy
Expand Down
2 changes: 1 addition & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Fixed typos in docstrings (PR from Romuald Brunet, reviewed by Tim
Graham) #105

* Removing Python 2.6 and 3.2 testing (PR from Tim Graham) #115
* Removing Python 2.6, 3.2, and 3.3 testing (PR from Tim Graham) #115, #116

* Removing unnecessary parens in return statements (PR from Tim Graham)
#113
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 @@
"Programming Language :: Python :: 2",
"Programming Language :: Python :: 2.7",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.3",
"Programming Language :: Python :: 3.4",
"Programming Language :: Python :: 3.5",
])
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 = py27,py33,py34,py35,pypy,pep8
envlist = py27,py34,py35,pypy,pep8
skipsdist = True

[testenv]
Expand Down

0 comments on commit 3d08c5e

Please sign in to comment.