view tox.ini @ 2549:411cd8fba253 beta

added dummy revision 6 for db upgrade
author Marcin Kuzminski <marcin@python-works.com>
date Thu, 05 Jul 2012 19:39:07 +0200
parents 249976a5314e
children 6ccf86ebfd4e
line wrap: on
line source

[tox]
envlist = py25,py26,py27

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

[testenv:py27]
commands =
    nosetests