Merge pull request #751 from berkerpeksag/classifiers-python3.4

Add Python 3.4 to classifiers.
This commit is contained in:
Randall Leeds 2014-05-14 15:34:15 -07:00
commit 906c3fd047
2 changed files with 3 additions and 1 deletions

View File

@ -3,9 +3,10 @@ python:
- "2.6" - "2.6"
- "2.7" - "2.7"
- "3.3" - "3.3"
- "3.4"
- "pypy" - "pypy"
install: install:
- "pip install -r requirements_dev.txt --use-mirrors" - "pip install -r requirements_dev.txt"
- "python setup.py install" - "python setup.py install"
script: py.test -x tests/ script: py.test -x tests/
branches: branches:

View File

@ -24,6 +24,7 @@ CLASSIFIERS = [
'Programming Language :: Python :: 3', 'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.2', 'Programming Language :: Python :: 3.2',
'Programming Language :: Python :: 3.3', 'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Topic :: Internet', 'Topic :: Internet',
'Topic :: Utilities', 'Topic :: Utilities',
'Topic :: Software Development :: Libraries :: Python Modules', 'Topic :: Software Development :: Libraries :: Python Modules',