Sign in
android
/
platform
/
external
/
python
/
futures
/
64b9300f3b5ec082c474ad677f097913ead3ff44
/
.
/
tox.ini
blob: fdff7cb4c89ce75d24aa86f97f252b88ad11c439 [
file
] [
log
] [
blame
]
[
tox
]
envlist
=
py26
,
py27
,
pypy
,
jython
[
testenv
]
commands
=
{
envpython
}
test_futures
.
py
{
posargs
}
[
testenv
:
py26
]
deps
=
unittest2