Skip to content

Commit

Permalink
restore support for pyramid 1.5+
Browse files Browse the repository at this point in the history
  • Loading branch information
mmerickel committed Mar 3, 2017
1 parent 59b21c4 commit 86b0824
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
README = CHANGES = ''

install_requires = [
'pyramid >= 1.7b4',
'pyramid >= 1.5',
'transaction >= 2.0',
]

Expand Down
4 changes: 3 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tox]
envlist =
py27,py34,py35,pypy,
py35-pyramid{17,18},
py35-pyramid{15,16,17,18},
docs,
{py2,py3}-cover,coverage

Expand All @@ -17,6 +17,8 @@ basepython =
py3: python3.4

deps =
pyramid15: pyramid <= 1.5.99
pyramid16: pyramid <= 1.6.99
pyramid17: pyramid <= 1.7.99
pyramid18: pyramid <= 1.8.99

Expand Down

0 comments on commit 86b0824

Please sign in to comment.