[tox] envlist = py{27,33,34,35,36},pypy [base] deps = nose mock<=1.0.1 PyYAML six packaging cython eventlet twisted <15.5.0 [testenv] deps = {[base]deps} setenv = LIBEV_EMBED=0 CARES_EMBED=0 changedir = {envtmpdir} commands = nosetests --verbosity=2 --no-path-adjustment {toxinidir}/tests/unit/ [testenv:gevent_loop] deps = {[base]deps} gevent setenv = LIBEV_EMBED=0 CARES_EMBED=0 EVENT_LOOP_MANAGER=gevent changedir = {envtmpdir} commands = nosetests --verbosity=2 --no-path-adjustment {toxinidir}/tests/unit/io/test_geventreactor.py [testenv:eventlet_loop] deps = {[base]deps} gevent setenv = LIBEV_EMBED=0 CARES_EMBED=0 EVENT_LOOP_MANAGER=gevent changedir = {envtmpdir} commands = nosetests --verbosity=2 --no-path-adjustment {toxinidir}/tests/unit/io/test_eventletreactor.py