mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
Merge pull request #751 from berkerpeksag/classifiers-python3.4
Add Python 3.4 to classifiers.
This commit is contained in:
commit
906c3fd047
@ -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:
|
||||||
|
|||||||
1
setup.py
1
setup.py
@ -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',
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user