10 lines
108 B
INI
10 lines
108 B
INI
[tox]
|
|
envlist =
|
|
py26,py32
|
|
|
|
[testenv]
|
|
commands =
|
|
python setup.py dev
|
|
python setup.py nosetests
|
|
|
|
|