mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-15 08:53:07 +09:00
8 lines
108 B
INI
8 lines
108 B
INI
|
|
[tox]
|
||
|
|
envlist = py26,py27
|
||
|
|
|
||
|
|
[testenv]
|
||
|
|
commands={envpython} test_futures.py []
|
||
|
|
|
||
|
|
[testenv:py26]
|
||
|
|
deps=unittest2
|