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

- compress tox.ini even more

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