Skip to content

Commit

Permalink
Fix test failure on 2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
mgedmin committed Oct 19, 2018
1 parent 2ddf1a2 commit 963260a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ def read(*rnames):
test=[
'zope.testrunner',
'zope.app.testing',
'ZODB',
'ZODB[test]',
],
),
install_requires=[
Expand Down
4 changes: 1 addition & 3 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,13 @@
envlist = py27, py34, py35, py36, pypy, pypy3

[testenv]
deps =
.[test]
extras = test
commands =
zope-testrunner --test-path=src {posargs:-pvc}

[testenv:coverage]
usedevelop = true
deps =
{[testenv]deps}
coverage
commands =
coverage run -m zope.testrunner --test-path=src {posargs:-pvc}
Expand Down

0 comments on commit 963260a

Please sign in to comment.