60aa5581c1
Download source: https://pythonfutures.googlecode.com/archive/05e0c9c1b3d493f0c7e5833723a1ea99d024bad4.zip
9 lines
113 B
INI
Executable File
9 lines
113 B
INI
Executable File
[tox]
|
|
envlist = py26,py27,py31
|
|
|
|
[testenv]
|
|
commands={envpython} test_futures.py []
|
|
|
|
[testenv:py26]
|
|
deps=unittest2
|