Commit 8c902303 authored by Marius Gedminas's avatar Marius Gedminas

Merge pull request #9 from felixonmars/master

Note explicit support for Python 3.5
parents d9356a9b 865c47fd
......@@ -5,9 +5,11 @@ python:
- 2.7
- 3.2
- 3.3
- 3.4
- 3.5
- pypy
install:
- pip install . --use-mirrors
- pip install .
script:
- python setup.py test -q
notifications:
......
......@@ -71,6 +71,7 @@ setup(name='zope.proxy',
'Programming Language :: Python :: 3.2',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: Implementation :: CPython',
'Programming Language :: Python :: Implementation :: PyPy',
"Framework :: Zope3",
......
......@@ -3,7 +3,7 @@ envlist =
# 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
# 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]
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