9 lines
116 B
INI
9 lines
116 B
INI
[tox]
|
|
envlist = py26,py27,py33,py34,pypy,pypy3
|
|
|
|
[testenv]
|
|
commands = ./runtests.py
|
|
|
|
[testenv:py26]
|
|
deps = unittest2
|