Commit 112cde17 authored by Tres Seaver's avatar Tres Seaver

Note PyPy support.

parent b61ba97b
...@@ -126,7 +126,7 @@ setup(name='BTrees', ...@@ -126,7 +126,7 @@ setup(name='BTrees',
#'Programming Language :: Python :: 3', #'Programming Language :: Python :: 3',
#'Programming Language :: Python :: 3.2', #'Programming Language :: Python :: 3.2',
"Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: CPython",
#"Programming Language :: Python :: Implementation :: PyPy", "Programming Language :: Python :: Implementation :: PyPy",
"Topic :: Database", "Topic :: Database",
"Topic :: Software Development :: Libraries :: Python Modules", "Topic :: Software Development :: Libraries :: Python Modules",
"Operating System :: Microsoft :: Windows", "Operating System :: Microsoft :: Windows",
......
...@@ -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,docs # py26,py27,py32,jython,pypy,coverage,docs
py26,py27,w_zodb,coverage,docs py26,py27,pypy,w_zodb,coverage,docs
[testenv] [testenv]
deps = deps =
......
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