Commit 865c47fd authored by Felix Yan's avatar Felix Yan

Note explicit support for Python 3.5

parent d9356a9b
...@@ -5,9 +5,11 @@ python: ...@@ -5,9 +5,11 @@ python:
- 2.7 - 2.7
- 3.2 - 3.2
- 3.3 - 3.3
- 3.4
- 3.5
- pypy - pypy
install: install:
- pip install . --use-mirrors - pip install .
script: script:
- python setup.py test -q - python setup.py test -q
notifications: notifications:
......
...@@ -71,6 +71,7 @@ setup(name='zope.proxy', ...@@ -71,6 +71,7 @@ setup(name='zope.proxy',
'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', 'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: Implementation :: CPython', 'Programming Language :: Python :: Implementation :: CPython',
'Programming Language :: Python :: Implementation :: PyPy', 'Programming Language :: Python :: Implementation :: PyPy',
"Framework :: Zope3", "Framework :: Zope3",
......
...@@ -3,7 +3,7 @@ envlist = ...@@ -3,7 +3,7 @@ envlist =
# Jython support pending 2.7 support, due 2012-07-15 or so. See: # Jython support pending 2.7 support, due 2012-07-15 or so. See:
# http://fwierzbicki.blogspot.com/2012/03/adconion-to-fund-jython-27.html # http://fwierzbicki.blogspot.com/2012/03/adconion-to-fund-jython-27.html
# py26,py27,py32,jython,pypy,coverage # py26,py27,py32,jython,pypy,coverage
py26,py27,py27-pure,py32,py33,py33-pure,py34,pypy,coverage,docs py26,py27,py27-pure,py32,py33,py33-pure,py34,py35,pypy,coverage,docs
[testenv] [testenv]
commands = commands =
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment