Merge pull request #52 from RyPeck/python-3.5

Add Python 3.5
This commit is contained in:
Ray Holder 2016-06-06 23:02:12 -05:00
commit 1d5699348d
2 changed files with 2 additions and 0 deletions

View File

@ -6,6 +6,7 @@ python:
- 3.2
- 3.3
- 3.4
- 3.5
- pypy
script: python setup.py test

View File

@ -25,6 +25,7 @@ CLASSIFIERS = [
'Programming Language :: Python :: 3.2',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Topic :: Internet',
'Topic :: Utilities',
]