We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 050d7f4 commit 0d33e28Copy full SHA for 0d33e28
.travis.yml
@@ -3,6 +3,7 @@ python:
3
- 2.7
4
- 3.3
5
- 3.4
6
+ - 3.5
7
- pypy
8
install:
9
- pip install -r requirements.txt
setup.py
@@ -109,6 +109,7 @@ def run(self):
109
'Programming Language :: Python :: 2.7',
110
'Programming Language :: Python :: 3.3',
111
'Programming Language :: Python :: 3.4',
112
+ 'Programming Language :: Python :: 3.5',
113
'Topic :: Software Development :: Libraries :: Python Modules'
114
],
115
0 commit comments