gecko-dev/python/futures/tox.ini
Andrew Halberstadt ba9d1f68ea Bug 1309060 - Update futures to version 3.0.5, r=gps
We need the fix from https://github.com/agronholm/pythonfutures/issues/25
to allow sending KeyboardInterrupts to thread pools.

MozReview-Commit-ID: 5VfBttLbKOr

--HG--
extra : rebase_source : 8e3aa7a1d6fbbaa7b94cea35b196b35e103a1e33
2016-10-24 16:04:45 -04:00

9 lines
120 B
INI

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