Skip to content

Commit

Permalink
Merge pull request #44 from felixonmars/master
Browse files Browse the repository at this point in the history
Note explicit support for Python 3.5
  • Loading branch information
jaimegildesagredo committed Oct 8, 2016
2 parents 201aaf1 + 735dd39 commit 1b71d5e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: Implementation :: PyPy',
'Topic :: Software Development :: Libraries :: Python Modules',
'License :: OSI Approved :: Apache Software License'
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]
setenv =
Expand Down

0 comments on commit 1b71d5e

Please sign in to comment.