Sign in
◑
Theme
chromium
/
external
/
github.com
/
agronholm
/
pythonfutures
/
9dcbb354fa26a1087462bbec2edcb32bbf85252d
/
.
/
tox.ini
blob: fdff7cb4c89ce75d24aa86f97f252b88ad11c439 [
file
]
[
tox
]
envlist
=
py26
,
py27
,
pypy
,
jython
[
testenv
]
commands
=
{
envpython
}
test_futures
.
py
{
posargs
}
[
testenv
:
py26
]
deps
=
unittest2