Merge pull request #51 from jodal/python-3-support

Explicit Python 3 support
This commit is contained in:
tzangms 2014-04-04 13:37:25 +08:00
commit dae2373bd7
2 changed files with 6 additions and 0 deletions

View File

@ -2,6 +2,7 @@ language: python
python:
- "2.7"
- "3.3"
install:
- pip install coverage coveralls

View File

@ -10,6 +10,11 @@ setup(
"Topic :: Software Development :: Libraries :: Python Modules",
"Framework :: Django",
"Environment :: Web Environment",
"Programming Language :: Python :: 2",
"Programming Language :: Python :: 2.7",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.3",
"Programming Language :: Python :: 3.4",
],
keywords='bootstrap,django',
author='tzangms',