gecko-dev/python/futures/tox.ini
Ted Mielczarek a116bbbe7d bug 1164816 - Import concurrent.futures into the tree. r=gps
--HG--
extra : commitid : AjJH6cEqLlp
extra : rebase_source : 6a5befe8804e0297fd18af57643ac0061c570c5a
2015-05-12 14:52:06 -04:00

9 lines
108 B
INI

[tox]
envlist = py26,py27
[testenv]
commands={envpython} test_futures.py []
[testenv:py26]
deps=unittest2