Commit 249ee3e0 authored by Jens Vagelpohl's avatar Jens Vagelpohl

- compress tox.ini even more

parent 229db3e3
......@@ -18,6 +18,7 @@ commands =
deps =
!zodbmaster: ZODB >= 4.2.0b1
zodbmaster: -e git+https://github.com/zopefoundation/ZODB.git@master#egg=ZODB
uvloop: uvloop
random2
ZConfig
manuel
......@@ -34,31 +35,9 @@ deps =
ZopeUndo
setenv =
!py27-!pypy: PYTHONWARNINGS=ignore::ResourceWarning
[testenv:py27-msgpack1]
setenv =
ZEO_MSGPACK=1
[testenv:py{27,35}-zeo4]
setenv =
!py27: PYTHONWARNINGS=ignore::ResourceWarning
ZEO4_SERVER=1
[testenv:py{36,37,py3}-mtacceptor]
setenv =
PYTHONWARNINGS=ignore::ResourceWarning
ZEO_MTACCEPTOR=1
[testenv:py{36,37,py3}-mtacceptor-msgpack1]
setenv =
PYTHONWARNINGS=ignore::ResourceWarning
ZEO_MTACCEPTOR=1
ZEO_MSGPACK=1
[testenv:py37-uvloop]
deps =
{[testenv]deps}
uvloop
msgpack1: ZEO_MSGPACK=1
mtacceptor: ZEO_MTACCEPTOR=1
zeo4: ZEO4_SERVER=1
[testenv:simple]
# Test that 'setup.py test' works
......
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