Skip to content

Commit

Permalink
Merge branch 'master' into fix_94
Browse files Browse the repository at this point in the history
  • Loading branch information
dataflake committed Apr 20, 2020
2 parents 35c0f20 + 0fc75c0 commit 08ac99a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions buildout.cfg
@@ -1,7 +1,7 @@
[buildout]
extends =
https://raw.githubusercontent.com/zopefoundation/Zope/master/versions.cfg
https://raw.githubusercontent.com/zopefoundation/Zope/master/sources.cfg
https://raw.githubusercontent.com/zopefoundation/Zope/4.x/versions.cfg
https://raw.githubusercontent.com/zopefoundation/Zope/4.x/sources.cfg
develop = .
parts = interpreter test coverage

Expand Down
1 change: 1 addition & 0 deletions setup.py
Expand Up @@ -45,6 +45,7 @@
},
license='ZPL 2.1',
description='Security framework for Zope.',
keywords='security access authorization',
author='Zope Foundation and Contributors',
author_email='zope-dev@zope.org',
long_description=README + '\n\n' + CHANGES,
Expand Down
4 changes: 2 additions & 2 deletions tox.ini
Expand Up @@ -4,7 +4,7 @@ envlist =
py35,
py36,
py37,
py-38,
py38,
lint,
coverage,

Expand All @@ -13,7 +13,7 @@ skip_missing_interpreters = False
[testenv]
commands =
{envbindir}/buildout -c {toxinidir}/buildout.cfg buildout:directory={envdir} buildout:develop={toxinidir} bootstrap
{envbindir}/buildout -c {toxinidir}/buildout.cfg buildout:directory={envdir} buildout:develop={toxinidir} install test
{envbindir}/buildout -nc {toxinidir}/buildout.cfg buildout:directory={envdir} buildout:develop={toxinidir} install test
coverage run {envbindir}/test --all {posargs:-pvc}
deps =
zc.buildout
Expand Down

0 comments on commit 08ac99a

Please sign in to comment.