Commit 6e2b310c authored by Jason Madden's avatar Jason Madden

Update tox.ini. Fixes #1391

parent 82015a46
[tox] [tox]
envlist = envlist =
py27,py34,py35,py36,py37,py27-cffi,pypy,pypy3,py27-libuv,lint py27,py35,py36,py37,py27-cffi,pypy,pypy3,py27-libuv,lint
[testenv] [testenv]
extras =
test
events
dnspython
deps = deps =
greenlet
cython >= 0.24
coverage >= 4.0
psutil
cffi cffi
whitelist_externals = whitelist_externals =
* *
commands = commands =
make basictest python -m gevent.tests
[testenv:py27-full] [testenv:py27-full]
basepython = python2.7 basepython = python2.7
commands = commands =
make alltoxtest make allbackendtest
[testenv:pypy]
deps =
[testenv:lint] [testenv:lint]
skip_install = true
skipsdist = true
basepython = basepython =
python2.7 python3
deps = deps =
{[testenv]deps} cffi
prospector pylint
commands = commands =
make lint pylint --rcfile=.pylintrc src/gevent
[testenv:py27-cffi] [testenv:py27-cffi]
basepython = basepython =
python2.7 python2.7
setenv = setenv =
GEVENT_LOOP=libev-cffi GEVENT_LOOP=libev-cffi
commands =
make basictest
[testenv:py27-libuv] [testenv:py27-libuv]
basepython = basepython =
python2.7 python2.7
setenv = setenv =
GEVENT_LOOP=libuv-cffi GEVENT_LOOP=libuv-cffi
commands =
make basictest
[testenv:leak] [testenv:leak]
......
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