Add python3.5, pypy3, and latest git to travis

This commit is contained in:
Anthony Sottile 2015-12-04 13:35:24 -08:00
parent d24a9374d2
commit 2df1dc9023
7 changed files with 48 additions and 5 deletions

View file

@ -23,6 +23,7 @@ setup(
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: Implementation :: CPython',
'Programming Language :: Python :: Implementation :: PyPy',
],