Merge pull request #51 from jodal/python-3-support
Explicit Python 3 support
This commit is contained in:
commit
dae2373bd7
@ -2,6 +2,7 @@ language: python
|
||||
|
||||
python:
|
||||
- "2.7"
|
||||
- "3.3"
|
||||
|
||||
install:
|
||||
- pip install coverage coveralls
|
||||
|
5
setup.py
5
setup.py
@ -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',
|
||||
|
Loading…
x
Reference in New Issue
Block a user