1
0
mirror of https://github.com/roytam1/UXP.git synced 2026-05-26 22:22:56 +00:00
Files

9 lines
108 B
INI

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