Skip to content

Commit

Permalink
Use released Zope version.
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Howitz committed Apr 24, 2018
1 parent 660a5fc commit 89dc389
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Expand Up @@ -5,7 +5,6 @@ python:
install:
- pip install zope.testrunner
- pip install coveralls coverage
- pip install git+https://github.com/zopefoundation/Zope.git@fix-doctest#egg=Zope
- pip install -U --pre -e .
script:
- coverage run -m zope.testrunner --path=Products --all -v
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -23,7 +23,7 @@
zip_safe=False,
install_requires=[
'setuptools',
'Zope > 4.0b3',
'Zope >= 4.0b4',
'ZServer >= 4.0b1',
],
entry_points="""
Expand Down
1 change: 0 additions & 1 deletion tox.ini
Expand Up @@ -10,7 +10,6 @@ commands =
coverage run {envbindir}/zope-testrunner --path=Products --all {posargs:-vc}
deps =
.
git+https://github.com/zopefoundation/Zope.git@fix-doctest#egg=Zope
zope.testrunner
coverage
setenv =
Expand Down

0 comments on commit 89dc389

Please sign in to comment.