view tox.ini @ 2546:249976a5314e beta

add tox config
author Marcin Kuzminski <marcin@python-works.com>
date Wed, 04 Jul 2012 21:55:47 +0200
parents
children 6ccf86ebfd4e
line wrap: on
line source

[tox]
envlist = py25,py26,py27

[testenv:py25]
commands =
    nosetests
    
[testenv:py26]
commands =
    nosetests

[testenv:py27]
commands =
    nosetests