Skip to content

Commit

Permalink
Python 3.5 support
Browse files Browse the repository at this point in the history
  • Loading branch information
vmalloc committed Oct 2, 2015
1 parent 0c46109 commit 30e4847
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ python:
- "2.7"
- "3.3"
- "3.4"
- "3.5"
- "pypy"
# command to run tests, e.g. python setup.py test
script: make travis-test
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
"Programming Language :: Python :: 2.7",
"Programming Language :: Python :: 3.3",
"Programming Language :: Python :: 3.4",
"Programming Language :: Python :: 3.5",
'Topic :: Software Development',
'Topic :: Software Development :: Libraries',
'Topic :: Utilities',
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = py26,py27,py33,py34,pypy
envlist = py26,py27,py33,py34,py35,pypy

[testenv]
deps=
Expand Down

0 comments on commit 30e4847

Please sign in to comment.