diff --git a/.travis.yml b/.travis.yml index d152bc2..d16d4a7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,6 +2,7 @@ language: python python: - "2.7" + - "3.3" install: - pip install coverage coveralls diff --git a/setup.py b/setup.py index f5f201d..04bd0e7 100644 --- a/setup.py +++ b/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',