Skip to content

Commit 3e875c1

Browse files
committed
Update classifiers and Travis config for 3.4
1 parent 419b4a0 commit 3e875c1

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,7 @@ python:
44
- "2.7"
55
- "3.2"
66
- "3.3"
7+
- "3.4"
78
- "pypy"
9+
- "pypy3"
810
script: nosetests

setup.py

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,17 @@
1717
'Programming Language :: Python :: 3',
1818
'Programming Language :: Python :: 3.2',
1919
'Programming Language :: Python :: 3.3',
20+
'Programming Language :: Python :: 3.4',
2021
'Programming Language :: Python :: Implementation :: PyPy',
21-
'Development Status :: 5 - Production/Stable',
22+
'Development Status :: 6 - Mature',
2223
'License :: OSI Approved :: MIT License',
2324
'Operating System :: OS Independent',
2425
'Intended Audience :: Developers',
25-
'Topic :: Software Development :: Libraries :: Python Modules'
26+
'Topic :: Software Development :: Libraries :: Python Modules',
27+
'Topic :: Internet',
28+
'Topic :: Internet :: WWW/HTTP',
29+
'Environment :: Console',
30+
'Environment :: Web Environment'
2631
],
2732
py_modules=['coderwall']
2833
)

0 commit comments

Comments
 (0)