Commit 659adcaf authored by Jens Vagelpohl's avatar Jens Vagelpohl

- add ``tox`` test configuration [ci skip]

parent 93fa0348
...@@ -6,6 +6,7 @@ ...@@ -6,6 +6,7 @@
*.egg-info *.egg-info
.installed.cfg .installed.cfg
.mr.developer.cfg .mr.developer.cfg
.tox/
bin/ bin/
build/ build/
develop/ develop/
......
...@@ -37,7 +37,9 @@ eggs = Zope2 ...@@ -37,7 +37,9 @@ eggs = Zope2
[scripts] [scripts]
recipe = zc.recipe.egg recipe = zc.recipe.egg
eggs = Zope2 eggs =
Zope2
tox
[zopepy] [zopepy]
......
...@@ -8,6 +8,8 @@ http://docs.zope.org/zope2/ ...@@ -8,6 +8,8 @@ http://docs.zope.org/zope2/
2.13.27 (unreleased) 2.13.27 (unreleased)
-------------------- --------------------
- add ``tox`` test configuration
- set explicit PyPI index, the old ``zc.buildout`` defaults no longer work - set explicit PyPI index, the old ``zc.buildout`` defaults no longer work
- Pin ``pytz`` to prevent unit test failures from ``DateTime`` - Pin ``pytz`` to prevent unit test failures from ``DateTime``
......
[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 alltests
{envbindir}/alltests []
skip_install = true
deps =
setuptools==33.1.1
zc.buildout==2.3.1
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment