Commit 0029de97 authored by Tres Seaver's avatar Tres Seaver

Declare / test support for PyPy, PyPy3, Python 3.2, 3.3, and 3.4.

parent 0db02f62
...@@ -3,8 +3,11 @@ sudo: false ...@@ -3,8 +3,11 @@ sudo: false
python: python:
- 2.6 - 2.6
- 2.7 - 2.7
- 3.2
- 3.3
- 3.4 - 3.4
- pypy - pypy
- pypy3
install: install:
- python bootstrap.py - python bootstrap.py
- bin/buildout - bin/buildout
......
...@@ -4,7 +4,7 @@ Changelog ...@@ -4,7 +4,7 @@ Changelog
4.2 (unreleased) 4.2 (unreleased)
---------------- ----------------
- Add support for PyPy and Python 3. - Add support for PyPy, PyPy3, and Python 3.2, 3.3, and 3.4.
4.1 (2014-12-18) 4.1 (2014-12-18)
---------------- ----------------
......
...@@ -62,6 +62,8 @@ setup( ...@@ -62,6 +62,8 @@ setup(
"Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.6",
"Programming Language :: Python :: 2.7", "Programming Language :: Python :: 2.7",
"Programming Language :: Python :: 3", "Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.2",
"Programming Language :: Python :: 3.3",
"Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.4",
"Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy", "Programming Language :: Python :: Implementation :: PyPy",
......
[tox] [tox]
envlist = envlist =
# py26,py27,py27-pure,py32,py33,py34,pypy,pypy3,coverage py26,py27,py27-pure,py32,py33,py34,pypy,pypy3,coverage
py26,py27,coverage
[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