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.7"
|
||||
- "3.3"
|
||||
- "3.4"
|
||||
- "pypy"
|
||||
install:
|
||||
- "pip install -r requirements_dev.txt --use-mirrors"
|
||||
- "pip install -r requirements_dev.txt"
|
||||
- "python setup.py install"
|
||||
script: py.test -x tests/
|
||||
branches:
|
||||
|
||||
1
setup.py
1
setup.py
@ -24,6 +24,7 @@ CLASSIFIERS = [
|
||||
'Programming Language :: Python :: 3',
|
||||
'Programming Language :: Python :: 3.2',
|
||||
'Programming Language :: Python :: 3.3',
|
||||
'Programming Language :: Python :: 3.4',
|
||||
'Topic :: Internet',
|
||||
'Topic :: Utilities',
|
||||
'Topic :: Software Development :: Libraries :: Python Modules',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user