mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-16 01:13:08 +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
|