Skip to content

Commit

Permalink
Python3.6: test with Zope 4.x.
Browse files Browse the repository at this point in the history
  • Loading branch information
mauritsvanrees committed Sep 20, 2023
1 parent ba14955 commit 996a6c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
5 changes: 0 additions & 5 deletions buildout.cfg
Expand Up @@ -27,8 +27,3 @@ eggs =
Sphinx
scripts =
sphinx-build

[versions:python36]
Products.StandardCacheManagers = <5.0
zc.recipe.testrunner = 2.2
zope.testrunner = 5.6
4 changes: 2 additions & 2 deletions tox.ini
Expand Up @@ -21,8 +21,8 @@ deps =
zc.buildout >= 3.0.1
wheel > 0.37
commands_pre =
py27,py35: {envbindir}/buildout -nc {toxinidir}/buildout4.cfg buildout:directory={envdir} buildout:develop={toxinidir} install test
!py27-!py35: {envbindir}/buildout -nc {toxinidir}/buildout.cfg buildout:directory={envdir} buildout:develop={toxinidir} install test
py27,py35,py36: {envbindir}/buildout -nc {toxinidir}/buildout4.cfg buildout:directory={envdir} buildout:develop={toxinidir} install test
!py27-!py35-!py36: {envbindir}/buildout -nc {toxinidir}/buildout.cfg buildout:directory={envdir} buildout:develop={toxinidir} install test
commands =
{envdir}/bin/test {posargs:-cv}

Expand Down

0 comments on commit 996a6c2

Please sign in to comment.