mirror of
https://github.com/roytam1/basilisk55.git
synced 2026-05-26 15:02:46 +00:00
9 lines
120 B
INI
9 lines
120 B
INI
[tox]
|
|
envlist = py26,py27,pypy,jython
|
|
|
|
[testenv]
|
|
commands={envpython} test_futures.py []
|
|
|
|
[testenv:py26]
|
|
deps=unittest2
|