Commit 02c4b74e authored by Hanno Schlichting's avatar Hanno Schlichting

re-enable travis tests for Python 3.3 and note compatibility in setup.py

parent 52c93ffa
......@@ -3,6 +3,7 @@ env:
- PYTHON_VER=2.6
- PYTHON_VER=2.7
- PYTHON_VER=3.2
- PYTHON_VER=3.3
branches:
only:
......
......@@ -84,7 +84,15 @@ setup(
classifiers = [
'Intended Audience :: Developers',
'License :: OSI Approved :: Zope Public License',
'Programming Language :: Python',
'Programming Language :: Python :: 2.4',
'Programming Language :: Python :: 2.5',
'Programming Language :: Python :: 2.6',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3.2',
'Programming Language :: Python :: 3.3',
'Topic :: Software Development :: Build Tools',
'Topic :: Software Development :: Libraries :: Python Modules',
],
)
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment