Add test environments for all hubs
This commit is contained in:
30
tox.ini
30
tox.ini
@@ -2,7 +2,29 @@
|
|||||||
envlist = py26,py27
|
envlist = py26,py27
|
||||||
|
|
||||||
[testenv]
|
[testenv]
|
||||||
deps =
|
deps = nose
|
||||||
nose
|
commands = nosetests tests/
|
||||||
pyOpenSSL
|
|
||||||
commands = nosetests
|
[testenv:py26selects]
|
||||||
|
basepython = python2.6
|
||||||
|
setenv = EVENTLET_HUB = selects
|
||||||
|
|
||||||
|
[testenv:py26poll]
|
||||||
|
basepython = python2.6
|
||||||
|
setenv = EVENTLET_HUB = poll
|
||||||
|
|
||||||
|
[testenv:py26epolls]
|
||||||
|
basepython = python2.6
|
||||||
|
setenv = EVENTLET_HUB = epolls
|
||||||
|
|
||||||
|
[testenv:py27selects]
|
||||||
|
basepython = python2.7
|
||||||
|
setenv = EVENTLET_HUB = selects
|
||||||
|
|
||||||
|
[testenv:py27poll]
|
||||||
|
basepython = python2.7
|
||||||
|
setenv = EVENTLET_HUB = poll
|
||||||
|
|
||||||
|
[testenv:py27epolls]
|
||||||
|
basepython = python2.7
|
||||||
|
setenv = EVENTLET_HUB = epolls
|
||||||
|
Reference in New Issue
Block a user