Skip to content

Commit

Permalink
Added PyPy support. Cleaned up tox deps. Remove zope.publisher snapshot,
Browse files Browse the repository at this point in the history
since we now have a release.
  • Loading branch information
strichter committed Mar 13, 2013
1 parent 32460cf commit 883cd74
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 11 deletions.
2 changes: 1 addition & 1 deletion CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Changes
4.0.0a3 (unreleased)
--------------------

- Nothing changed yet.
- Added support for PyPy 1.9.


4.0.0a2 (2013-02-21)
Expand Down
4 changes: 1 addition & 3 deletions buildout.cfg
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
[buildout]
develop = .
find-links =
${buildout:directory}/zope.publisher-4.0.0dev.tar.gz
parts = test coverage-test coverage-report
versions = versions

Expand All @@ -21,6 +19,6 @@ scripts = coveragereport=coverage-report
arguments = ('coverage', 'coverage/report')

[versions]
zope.publisher = 4.0.0dev
zope.publisher = 4.0.0a3
zope.security = 4.0.0a3
zope.i18n = 4.0.0a3
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ def test_suite():
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: Implementation :: CPython',
'Programming Language :: Python :: Implementation :: PyPy',
'Natural Language :: English',
'Operating System :: OS Independent',
'Topic :: Internet :: WWW/HTTP',
Expand Down
18 changes: 11 additions & 7 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,18 +1,22 @@
[tox]
envlist = py26,py27,py33
envlist = py26,py27,py33,pypy

[testenv]
commands = python setup.py test -q
deps =
{toxinidir}/zope.publisher-4.0.0dev.tar.gz
zope.testrunner
# zope.traversing[test] deps expanded below
six
transaction
zope.annotation
zope.browserresource[zcml]
zope.component[zcml]
zope.configuration
zope.pagetemplate
zope.i18n
zope.i18nmessageid
zope.interface
zope.location
zope.proxy
zope.publisher
zope.security[zcml]
zope.site
zope.tales
zope.testing
zope.interface
zope.testrunner
Binary file removed zope.publisher-4.0.0dev.tar.gz
Binary file not shown.

0 comments on commit 883cd74

Please sign in to comment.