Skip to content

Commit

Permalink
Merge pull request #110 from timgraham/py35
Browse files Browse the repository at this point in the history
Add testing for Python 3.5
  • Loading branch information
linsomniac authored Dec 17, 2016
2 parents b13d6fc + 0f0cb63 commit 06995d8
Show file tree
Hide file tree
Showing 3 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 @@ -5,6 +5,7 @@ python:
- 3.2
- 3.3
- 3.4
- 3.5
- pypy
services:
- memcached
Expand Down
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,6 @@
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.2",
"Programming Language :: Python :: 3.3",
"Programming Language :: Python :: 3.4"
"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 = py26,py27,py32,py33,py34,pypy,pep8
envlist = py26,py27,py32,py33,py34,py35,pypy,pep8
skipsdist = True

[testenv]
Expand Down

0 comments on commit 06995d8

Please sign in to comment.