Skip to content

Commit

Permalink
Require prereleases of z3c.pt, z3c.ptcompat, z3c.template for Python 3
Browse files Browse the repository at this point in the history
  • Loading branch information
mgedmin committed Nov 5, 2015
1 parent 5d90f17 commit 73fd88e
Showing 1 changed file with 5 additions and 16 deletions.
21 changes: 5 additions & 16 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,9 @@ envlist =

[testenv]
commands =
python setup.py test -q
python setup.py -q test
deps =
lxml
z3c.pt
z3c.ptcompat
z3c.template
zope.browserpage
zope.component
zope.configuration
zope.contentprovider
zope.formlib
zope.interface
zope.publisher
zope.schema
zope.security
zope.testing
zope.traversing
z3c.pt >= 2.0.0a1
z3c.ptcompat >= 2.0.0a1
z3c.template >= 2.0.0a2
.[test]

0 comments on commit 73fd88e

Please sign in to comment.