Skip to content

Commit

Permalink
Merge branch '2.13' into plone-hotfix20171128-format-213
Browse files Browse the repository at this point in the history
  • Loading branch information
mauritsvanrees committed Dec 1, 2017
2 parents b5aaf63 + 86352dd commit d869628
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
*.so
.installed.cfg
.Python
.tox/
bin
build
develop-eggs
Expand Down
2 changes: 2 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ Changelog

- set explicit PyPI index, the old ``zc.buildout`` defaults no longer work

- add ``tox`` testing configuration

2.13.15 (2017-02-15)
--------------------

Expand Down
4 changes: 3 additions & 1 deletion buildout.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ parts = interpreter test
[interpreter]
recipe = zc.recipe.egg
interpreter = python
eggs = AccessControl
eggs =
AccessControl
tox

[test]
recipe = zc.recipe.testrunner
Expand Down
13 changes: 13 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
[tox]
envlist =
py26,py27

[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}/test -v1
skip_install = true
deps =
setuptools==33.1.1
zc.buildout==2.3.1

0 comments on commit d869628

Please sign in to comment.