Skip to content

Commit

Permalink
Merge branch 'master' of github.com:Pylons/pyramid_beaker
Browse files Browse the repository at this point in the history
  • Loading branch information
mcdonc committed Jul 10, 2012
2 parents 6796404 + 8488868 commit ede1a14
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 22 deletions.
8 changes: 8 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
0.7 (unreleased)
----------------

- Dropped Jython support (may be re-added after Jython releases a 2.7-
compatible version).

- Dropped Python 2.5 support.

0.6.1 (2011-11-19)
------------------

Expand Down
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.2",
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: Jython",
"Programming Language :: Python :: Implementation :: PyPy",
"Framework :: Pyramid",
],
Expand Down
22 changes: 1 addition & 21 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tox]
envlist =
py25,py26,py27,py32,pypy,jython,cover
py26,py27,py32,pypy,cover

[testenv]
commands =
Expand All @@ -9,26 +9,6 @@ deps =
pyramid
beaker

[testenv:jython]
commands =
jython setup.py test -q
deps =
zope.interface < 4.0dev
zope.component < 4.0dev
https://github.com/Pylons/webob/zipball/1.1-branch
https://github.com/Pylons/pyramid/zipball/1.2-branch
beaker

[testenv:py25]
commands =
python setup.py test -q
deps =
zope.interface < 4.0dev
zope.component < 4.0dev
https://github.com/Pylons/webob/zipball/1.1-branch
https://github.com/Pylons/pyramid/zipball/1.2-branch
beaker

[testenv:cover]
basepython =
python2.6
Expand Down

0 comments on commit ede1a14

Please sign in to comment.