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
python:
- 2.6
- 2.7
- 3.2
- 3.3
- 3.4
- pypy
- pypy3
install:
- python bootstrap.py
- bin/buildout
......
......@@ -4,7 +4,7 @@ Changelog
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)
----------------
......
......@@ -62,6 +62,8 @@ setup(
"Programming Language :: Python :: 2.6",
"Programming Language :: Python :: 2.7",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.2",
"Programming Language :: Python :: 3.3",
"Programming Language :: Python :: 3.4",
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy",
......
[tox]
envlist =
# py26,py27,py27-pure,py32,py33,py34,pypy,pypy3,coverage
py26,py27,coverage
py26,py27,py27-pure,py32,py33,py34,pypy,pypy3,coverage
[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