Skip to content

Commit

Permalink
Add testing for Python 3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
timgraham committed Oct 30, 2017
1 parent 3d08c5e commit e45623b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ python:
- 2.7
- 3.4
- 3.5
- 3.6
- pypy
services:
- memcached
Expand Down
2 changes: 1 addition & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
* Added testing for Python 3.5 (PR from Tim Graham) #110
* Added testing for Python 3.5 and 3.6 (PR from Tim Graham) #110, #131

* Fixed typos in docstrings (PR from Romuald Brunet, reviewed by Tim
Graham) #105
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,5 @@
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.4",
"Programming Language :: Python :: 3.5",
"Programming Language :: Python :: 3.6",
])
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,py34,py35,pypy,pep8
envlist = py27,py34,py35,p36,pypy,pep8
skipsdist = True

[testenv]
Expand Down

0 comments on commit e45623b

Please sign in to comment.